mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +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();
|
popover.hide();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
false);
|
true);
|
||||||
var category = new DataStoreCategoryChoiceComp(
|
var category = new DataStoreCategoryChoiceComp(
|
||||||
initialCategory != null ? initialCategory.getRoot() : null,
|
initialCategory != null ? initialCategory.getRoot() : null,
|
||||||
StoreViewState.get().getActiveCategory(),
|
StoreViewState.get().getActiveCategory(),
|
||||||
|
|
Loading…
Reference in a new issue