Skip to content

Commit

Permalink
Turn off showing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Dec 31, 2023
1 parent 905adac commit bae6bb2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export class GuidedMetadataPage extends ManagedPage {
return resolveGlobalOverrides(this.subject, globals);
},
formProps: {
showPath: true,
validateOnChange,
},
}));
Expand Down Expand Up @@ -158,7 +157,6 @@ export class GuidedMetadataPage extends ManagedPage {
this.notify(`<b>${header(name)}</b> has been overriden with a global value.`, "warning", 3000);
},

showPath: true,
transformErrors: (e) => {
// JSON Schema Exceptions
if (e.message.includes('does not conform to the "date-time" format.')) return false;
Expand Down

0 comments on commit bae6bb2

Please sign in to comment.