Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10870 from EtherealEngine/fix-tag-patch
Browse files Browse the repository at this point in the history
fix tag patch
  • Loading branch information
DanielBelmes authored Aug 5, 2024
2 parents 07eb965 + 6841b6f commit 01d045f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ export default function FilePropertiesModal({
key: resource.key,
tags: newTags,
licensing: resourceDigest.licensing.value,
attribution: resourceDigest.attribution.value
attribution: resourceDigest.attribution.value,
project: projectName
})
}
modifiedFields.set([])
Expand Down

0 comments on commit 01d045f

Please sign in to comment.