Skip to content

Commit

Permalink
fix: Remove workspace Id from export json file (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi authored Aug 29, 2023
1 parent 9007da1 commit 77ef173
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const useImportExport = () => {
if (composerMode === 'Full') {
return {
schema: SCHEMA_VERSION,
workspace: currentWorkspace || undefined,
applicationInfo,
architecture: architectureInfo,
dataflow: dataflowInfo,
Expand Down

0 comments on commit 77ef173

Please sign in to comment.