(core) updates from grist-core

This commit is contained in:
Paul Fitzpatrick
2023-04-17 09:58:04 -04:00
7 changed files with 30 additions and 19 deletions

View File

@@ -615,7 +615,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 {