Skip to content

Commit

Permalink
ci: fix ui test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hetangmodi-crest committed Dec 23, 2024
1 parent 2ea710f commit e45124c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/types/globalConfig/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const TableLessServiceSchema = z.object({
restHandlerClass: z.string().optional(),
warning: WarningSchema,
inputHelperModule: z.string().optional(),
disabled: z.boolean().optional(),
hideForPlatform: z.enum(['cloud', 'enterprise']).optional(),
});

Expand Down

0 comments on commit e45124c

Please sign in to comment.