From 6841b6f5eef44fe4be3f19e89eaefbdb72b4a9d9 Mon Sep 17 00:00:00 2001 From: Jiatong Yao Date: Mon, 5 Aug 2024 14:34:54 -0500 Subject: [PATCH] fix tag patch --- .../editor/panels/Files/browserGrid/FilePropertiesModal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/components/editor/panels/Files/browserGrid/FilePropertiesModal.tsx b/packages/ui/src/components/editor/panels/Files/browserGrid/FilePropertiesModal.tsx index c58261ee63..0b3c01b890 100644 --- a/packages/ui/src/components/editor/panels/Files/browserGrid/FilePropertiesModal.tsx +++ b/packages/ui/src/components/editor/panels/Files/browserGrid/FilePropertiesModal.tsx @@ -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([])