Skip to content

Commit

Permalink
Revert "swap submit and cancelSegment"
Browse files Browse the repository at this point in the history
This reverts commit 0bc13e2.
  • Loading branch information
NeKoOuO committed Sep 7, 2024
1 parent 0bc13e2 commit 781af57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/PlayerButtonComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ export function PlayerButtonGroupComponent({
></PlayerButtonComponent>

<PlayerButtonComponent
baseID="submit"
title="OpenSubmissionMenu"
imageName="PlayerUploadIconSponsorBlocker.svg"
baseID="cancelSegment"
title="sponsorCancel"
imageName="PlayerCancelSegmentIconSponsorBlocker.svg"
isDraggable={false}
onClick={submitCallback}
onClick={cancelSegmentCallback}
></PlayerButtonComponent>

<Popconfirm
Expand All @@ -102,11 +102,11 @@ export function PlayerButtonGroupComponent({
></PlayerButtonComponent>
</Popconfirm>
<PlayerButtonComponent
baseID="cancelSegment"
title="sponsorCancel"
imageName="PlayerCancelSegmentIconSponsorBlocker.svg"
baseID="submit"
title="OpenSubmissionMenu"
imageName="PlayerUploadIconSponsorBlocker.svg"
isDraggable={false}
onClick={cancelSegmentCallback}
onClick={submitCallback}
></PlayerButtonComponent>
</ConfigProvider>
);
Expand Down

0 comments on commit 781af57

Please sign in to comment.