Skip to content

Commit

Permalink
[MIRROR] Fixes invisible delete button in admin painting manager. [MD…
Browse files Browse the repository at this point in the history
…B IGNORE] (#1198)

* Fixes invisible delete button in admin painting manager. (#80423)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Timberpoes <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2023
1 parent 4e2d535 commit 5ec2fca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tgui/packages/tgui/interfaces/PaintingAdminPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ export const PaintingAdminPanel = (props) => {
setChosenPaintingRef(undefined);
act('delete', { ref: chosenPainting.ref });
}}
>
Delete
</Button.Confirm>
content="Delete"
/>
<Button
onClick={() => act('dumpit', { ref: chosenPainting.ref })}
>
Expand Down

0 comments on commit 5ec2fca

Please sign in to comment.