Skip to content

Commit

Permalink
remove elementUuid (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
basseche committed Jan 8, 2025
1 parent 119d4d5 commit 304c11c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/directory-content-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ function DirectoryContentDialog(
elementExists={elementExists}
language={languageLocal}
description={activeElement.description}
elementUuid={activeElement.elementUuid}
/>
);
}
Expand All @@ -320,7 +319,6 @@ function DirectoryContentDialog(
elementExists={elementExists}
language={languageLocal}
description={activeElement.description}
elementUuid={activeElement.elementUuid}
/>
);
}
Expand Down

0 comments on commit 304c11c

Please sign in to comment.