Skip to content

Commit 387366b

Browse files
authored
feat: remove schedules ui from LP detail page (#880)
Signed-off-by: Jason Porter <jason@union.ai>
1 parent b001019 commit 387366b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/oss-console/src/components/Entities/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const entitySections: { [k in ResourceType]: EntitySectionsFlags } = {
3636
executions: true,
3737
launch: false,
3838
inputs: true,
39-
schedules: true,
39+
schedules: false,
4040
versions: true,
4141
},
4242
[ResourceType.TASK]: {

0 commit comments

Comments
 (0)