You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite a small detail, but the AppSettings type does not declare the boolean attribute multi_tenant_enabled which is used to enable/disable teams. This causes an error when using Typescript.
Obviously the workaround is to simply cast (options as any) as AppSettings so not a big problem!
gz#12814
The text was updated successfully, but these errors were encountered:
Quite a small detail, but the AppSettings type does not declare the boolean attribute
multi_tenant_enabled
which is used to enable/disable teams. This causes an error when using Typescript.Obviously the workaround is to simply cast
(options as any) as AppSettings
so not a big problem!gz#12814
The text was updated successfully, but these errors were encountered: