mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Remove forms popup
Summary: The forms announcement popup should no longer be shown. Test Plan: N/A Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D4229
This commit is contained in:
@@ -88,7 +88,9 @@ export const BehavioralPrompt = StringUnion(
|
||||
'rickRow',
|
||||
'customURL',
|
||||
'calendarConfig',
|
||||
'formsAreHere',
|
||||
|
||||
// The following were used in the past and should not be re-used.
|
||||
// 'formsAreHere',
|
||||
);
|
||||
export type BehavioralPrompt = typeof BehavioralPrompt.type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user