feat: support self hosted grist (#5655)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Philip Standt
2023-08-14 20:46:24 +02:00
committed by GitHub
parent b7bfc4bb1a
commit c38e045df2
6 changed files with 93 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ import Fix from "./decorators/Fix";
export enum UserCreatableIntegrationService {
Diagrams = "diagrams",
Grist = "grist",
GoogleAnalytics = "google-analytics",
}