mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Improve data store choice display
This commit is contained in:
parent
74abedcb6f
commit
c35fb24bf4
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue