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

DEVPROD-3326: Reset edit host modal state #2275

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading