Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Feb 6, 2025
1 parent d19a761 commit 7c6e6fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down

0 comments on commit 7c6e6fa

Please sign in to comment.