Skip to content

Commit

Permalink
feat: remove schedules ui from LP detail page (#880)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Porter <[email protected]>
  • Loading branch information
jsonporter committed Jun 5, 2024
1 parent b001019 commit 387366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oss-console/src/components/Entities/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const entitySections: { [k in ResourceType]: EntitySectionsFlags } = {
executions: true,
launch: false,
inputs: true,
schedules: true,
schedules: false,
versions: true,
},
[ResourceType.TASK]: {
Expand Down

0 comments on commit 387366b

Please sign in to comment.