Skip to content

Commit

Permalink
Fix app id page (#830)
Browse files Browse the repository at this point in the history
It broke without us noticing :( End-to-end testing for this project
may have caught this: #697
  • Loading branch information
wlach authored Sep 14, 2021
1 parent 30cebd8 commit 1173bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data/schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const APPLICATION_ID_DEFINITION_SCHEMA = [
type: "list",
helpText:
"List of library dependencies that this application id depends on.",
valueFormatter: (item) => item.join(", "),
},
];

Expand Down

0 comments on commit 1173bdd

Please sign in to comment.