Skip to content

Commit

Permalink
avniproject#1333| Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
shraddha761 committed Sep 12, 2024
1 parent c1515b6 commit 39590dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload/MetadataDiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const MetadataDiff = () => {

Object.keys(data).forEach(formName => {
const formData = data[formName];
if (!hasNoModification(formData) && formName !== "formMapping.json") {
if (!hasNoModification(formData) && formName !== "formMappings.json") {
filteredData[formName] = formData;
}
});
Expand Down

0 comments on commit 39590dc

Please sign in to comment.