feat: duplicate REST/GraphQL collections (#4211)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
@@ -52,6 +52,12 @@ export type PlatformDef = {
|
||||
* Whether to show the A/B testing workspace switcher click login flow or not
|
||||
*/
|
||||
workspaceSwitcherLogin?: Ref<boolean>
|
||||
|
||||
/**
|
||||
* There's an active issue wrt syncing in personal workspace under SH while duplicating a collection
|
||||
* This is a temporary flag to disable the same
|
||||
*/
|
||||
duplicateCollectionDisabledInPersonalWorkspace?: boolean
|
||||
}
|
||||
infra?: InfraPlatformDef
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user