Skip to content

Commit

Permalink
[ENH] Provide warning to user to check metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Oct 31, 2023
1 parent 7549961 commit 4ea1428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/SeriesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,11 @@ export default defineComponent({
})
}
}
// Alert users to check relevant metadata ("Edit Metadata" button for any perf sequences)
if (s.type.startsWith("perf")) {
s.validationWarnings.push("Please check to ensure that all necessary metadata is provided, by clicking on the 'Edit Metadata' button below")
}
},
isValid(cb: (v?: string)=>void) {
Expand Down

0 comments on commit 4ea1428

Please sign in to comment.