Skip to content

Commit 8127297

Browse files
committed
#4000 add form storage keys
1 parent 3551bb0 commit 8127297

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/frontend/src/utils/form.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ export enum FormStorageKey {
8686
CREATE_MACHINERY = 'CREATE_MACHINERY',
8787
EDIT_MACHINERY = 'EDIT_MACHINERY',
8888
CREATE_EVENT_TYPE = 'CREATE_EVENT_TYPE',
89-
EDIT_EVENT_TYPE = 'EDIT_EVENT_TYPE'
89+
EDIT_EVENT_TYPE = 'EDIT_EVENT_TYPE',
90+
EDIT_GUEST_DEFINITION = 'EDIT_GUEST_DEFINITION',
91+
CREATE_GUEST_DEFINITION = 'CREATE_GUEST_DEFINITION'
9092
}

0 commit comments

Comments
 (0)