Cleanup
This commit is contained in:
parent
b6e237874a
commit
99ba588478
|
@ -1,7 +1,6 @@
|
|||
<script>
|
||||
import { Page } from "@budibase/bbui"
|
||||
import { SideNav, SideNavItem, Content } from "components/portal/page"
|
||||
import { isEnabled, TENANT_FEATURE_FLAGS } from "helpers/featureFlags"
|
||||
import { isActive, url } from "@roxi/routify"
|
||||
|
||||
$: wide = $isActive("./users/index") || $isActive("./groups/index")
|
||||
|
@ -16,13 +15,11 @@
|
|||
url={$url("./users")}
|
||||
active={$isActive("./users")}
|
||||
/>
|
||||
<!--{#if isEnabled(TENANT_FEATURE_FLAGS.USER_GROUPS)}-->
|
||||
<SideNavItem
|
||||
text="Groups"
|
||||
url={$url("./groups")}
|
||||
active={$isActive("./groups")}
|
||||
/>
|
||||
<!--{/if}-->
|
||||
</SideNav>
|
||||
</div>
|
||||
<slot />
|
||||
|
|
Loading…
Reference in New Issue