updated view ui

This commit is contained in:
Gani Georgiev
2023-02-21 16:32:58 +02:00
parent 1075292321
commit 0afb09b3bd
31 changed files with 118 additions and 111 deletions
@@ -62,6 +62,13 @@
changeTab(TAB_SCHEMA);
}
$: if (collection.type === TYPE_VIEW) {
// reset create, update and delete rules
collection.createRule = null;
collection.updateRule = null;
collection.deleteRule = null;
}
export function changeTab(newTab) {
activeTab = newTab;
}