Skip to content

Commit

Permalink
nit, re #9191
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters committed Mar 15, 2024
1 parent c0943c5 commit 0610904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ define([
const name = 'non-localized-string-datatype-config';

const viewModel = function (params) {
var self = this;
const self = this;
this.search = params.search;
if (this.search) {
var filter = params.filterValue();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define([

WidgetViewModel.apply(this, [params]);

let self = this;
const self = this;

this.disable = ko.computed(() => {
return ko.unwrap(self.disabled) || ko.unwrap(self.uneditable);
Expand Down

0 comments on commit 0610904

Please sign in to comment.