Skip to content

Commit 0493532

Browse files
committed
fixing eslint issue
1 parent 522c2f1 commit 0493532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/viewModels/macos-path-directories-dialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function(accUtils, ko, i18n, viewHelper, ArrayDataProvider) {
4141

4242
this.i18n = i18n;
4343
this.pathDirectories = this.formatPathDirectoriesData();
44-
this.pathDirectoriesDataProvider = new ArrayDataProvider(this.pathDirectories, { keyAttributes: 'value' })
44+
this.pathDirectoriesDataProvider = new ArrayDataProvider(this.pathDirectories, { keyAttributes: 'value' });
4545

4646
this.pathDirectoriesColumnData = [
4747
{

0 commit comments

Comments
 (0)