This commit is contained in:
burnettk 2025-02-06 14:41:19 -05:00
parent d19a7613b7
commit 7c6e6fa25c
No known key found for this signature in database

View File

@ -42,10 +42,10 @@ export enum UiSchemaPersistenceLevel {
* The arguments that can be passed in will generally match the "OwnProps" type defined within each file.
*/
export enum UiSchemaPageComponentList {
CreateNewInstance = 'CreateNewInstance',
// CreateNewInstance = 'CreateNewInstance',
CustomForm = 'CustomForm',
MarkdownRenderer = 'MarkdownRenderer',
ProcessInstanceListTable = 'ProcessInstanceListTable',
// ProcessInstanceListTable = 'ProcessInstanceListTable',
ProcessInstanceRun = 'ProcessInstanceRun',
SpiffTabs = 'SpiffTabs',
}