Skip to content

Commit

Permalink
add refresh trigger to new files
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Dec 10, 2024
1 parent 12a60fb commit be83b38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web-common/src/features/file-explorer/new-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ export const ResourceKindMap: Record<
baseName: "alert",
extension: ".yaml",
},
[ResourceKind.RefreshTrigger]: {
folderName: "triggers",
baseName: "refresh_trigger",
extension: ".yaml",
},
};

export function getBaseNameForNewResourceFile(
Expand Down

0 comments on commit be83b38

Please sign in to comment.