chore: merge hoppscotch/staging into self-hosted/main
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
@click="emit('export-json-collection')"
|
||||
/>
|
||||
<span
|
||||
v-if="platform.platformFeatureFlags.exportAsGIST"
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
:title="
|
||||
!currentUser
|
||||
|
||||
@@ -18,6 +18,9 @@ export type PlatformDef = {
|
||||
history: HistoryPlatformDef
|
||||
tabState: TabStatePlatformDef
|
||||
}
|
||||
platformFeatureFlags: {
|
||||
exportAsGIST: boolean
|
||||
}
|
||||
}
|
||||
|
||||
export let platform: PlatformDef
|
||||
|
||||
Reference in New Issue
Block a user