Skip to content

Commit 47a6917

Browse files
authored
Update configuration-section-detail.js
fix Trailing spaces not allowed
1 parent 021344a commit 47a6917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VirtoCommerce.CatalogModule.Web/Scripts/blades/configurations/configuration-section-detail.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ angular.module('virtoCommerce.catalogModule')
266266
}
267267

268268
blade.currentEntity = angular.copy(item);
269-
269+
270270
// Initialize previous values for mutual exclusivity tracking
271271
previousAllowCustomText = blade.currentEntity.allowCustomText;
272272
previousAllowPredefinedOptions = blade.currentEntity.allowPredefinedOptions;
273-
273+
274274
blade.isLoading = false;
275275
}
276276

0 commit comments

Comments
 (0)