We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c5aba commit 8c57458Copy full SHA for 8c57458
governance/xc_admin/packages/xc_admin_frontend/components/tabs/UpdateProductMetadata.tsx
@@ -167,13 +167,6 @@ const UpdateProductMetadata = () => {
167
return false
168
}
169
170
- // check for duplicate keys in jsonParsed
171
- const jsonSymbolsSet = new Set(jsonSymbols)
172
- if (jsonSymbols.length !== jsonSymbolsSet.size) {
173
- toast.error('Duplicate symbols in json file!')
174
- return false
175
- }
176
-
177
let isValid = true
178
// check that the keys of the values of json are equal to the keys of the values of data
179
jsonSymbols.forEach((symbol) => {
0 commit comments