mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
make sendToDrive hidable (#493)
Make "sendToDrive" button from share menu hidable.
This commit is contained in:
@@ -614,7 +614,8 @@ export interface GristLoadConfig {
|
||||
userLocale?: string;
|
||||
}
|
||||
|
||||
export const HideableUiElements = StringUnion("helpCenter", "billing", "templates", "multiSite", "multiAccounts");
|
||||
export const HideableUiElements = StringUnion("helpCenter", "billing", "templates", "multiSite", "multiAccounts",
|
||||
"sendToDrive");
|
||||
export type IHideableUiElement = typeof HideableUiElements.type;
|
||||
|
||||
export function shouldHideUiElement(elem: IHideableUiElement): boolean {
|
||||
|
||||
Reference in New Issue
Block a user