feat: toggleable feature flags (#209)
This commit is contained in:
parent
f08777f629
commit
69d009d02a
10 changed files with 111 additions and 12 deletions
|
@ -18,6 +18,7 @@ const buildTimeAgo = useTimeAgo(buildTime)
|
|||
/>
|
||||
</CommonTooltip>
|
||||
<NavSelectLanguage />
|
||||
<NavSelectFeatureFlags v-if="currentUser" />
|
||||
</div>
|
||||
<div>
|
||||
<button cursor-pointer hover:underline @click="openPreviewHelp">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue