Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
DEVPROD-3326: Reset edit host modal state (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad authored Feb 26, 2024
1 parent 3c3bf1f commit 51becdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/spawn/spawnHost/EditSpawnHostButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const EditSpawnHostButton: React.FC<EditSpawnHostButtonProps> = ({
</Tooltip>
</span>
<EditSpawnHostModal
key={host.id}
onCancel={() => setOpenModal(false)}
visible={openModal}
host={host}
Expand Down

0 comments on commit 51becdb

Please sign in to comment.