Improve data store choice display

This commit is contained in:
crschnick 2024-03-11 07:04:29 +00:00
parent 74abedcb6f
commit c35fb24bf4

View file

@ -101,7 +101,7 @@ public class DataStoreChoiceComp<T extends DataStore> extends SimpleComp {
popover.hide();
}
},
false);
true);
var category = new DataStoreCategoryChoiceComp(
initialCategory != null ? initialCategory.getRoot() : null,
StoreViewState.get().getActiveCategory(),