Skip to content

Commit

Permalink
feat(frontend): add button to mark metadata group as partial
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 9, 2025
1 parent b0a3866 commit 6398394
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import {
ReviewItemDisplay,
} from "~/components/common";
import {
MarkEntityAsPartialMenuItem,
MediaScrollArea,
PartialMetadataDisplay,
ToggleMediaMonitorMenuItem,
Expand Down Expand Up @@ -197,6 +198,10 @@ export default function Page() {
formValue={loaderData.metadataGroupId}
entityLot={EntityLot.MetadataGroup}
/>
<MarkEntityAsPartialMenuItem
entityLot={EntityLot.MetadataGroup}
entityId={loaderData.metadataGroupId}
/>
</Menu.Dropdown>
</Menu>
</SimpleGrid>
Expand Down

0 comments on commit 6398394

Please sign in to comment.