@indigina/ui-kit 1.1.483 → 1.1.484

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12412,7 +12412,7 @@ class KitEntityGridComponent {
12412
12412
  const stateColumns = this.gridState().columns;
12413
12413
  const availableColumns = this.gridColumns();
12414
12414
  const filterDetailsSetting = this.store.selectSnapshot(KitUserSettingsState.getSettingByKey(KitUserSettingsKeys.FilterDetails));
12415
- this.filtersVisible.set(filterDetailsSetting === 'true');
12415
+ this.filtersVisible.set(filterDetailsSetting !== 'true');
12416
12416
  if (kitShouldResetGridState({ stateColumns, availableColumns })) {
12417
12417
  this.store.dispatch(new StateReset(KitGridState, ...this.statesToReset()));
12418
12418
  }