Skip to content

Commit cc350f2

Browse files
committed
Fix CS
1 parent 74e8584 commit cc350f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/assets/src/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default class extends Controller {
149149
plugins.virtual_scroll = {};
150150
}
151151

152-
if('plugins' in this.tomSelectOptionsValue && Array.isArray(this.tomSelectOptionsValue.plugins)) {
152+
if ('plugins' in this.tomSelectOptionsValue && Array.isArray(this.tomSelectOptionsValue.plugins)) {
153153
this.tomSelectOptionsValue.plugins.forEach(pluginName => {
154154
plugins[pluginName] = {};
155155
});

0 commit comments

Comments
 (0)