added vs edited room state cleanup

This commit is contained in:
Igor Loskutov
2025-09-04 13:37:10 -04:00
parent 790a61be0d
commit 0751d01f13

View File

@@ -189,6 +189,7 @@ export default function RoomsList() {
const handleCloseDialog = () => { const handleCloseDialog = () => {
setShowWebhookSecret(false); setShowWebhookSecret(false);
setWebhookTestResult(null); setWebhookTestResult(null);
setEditRoomId(null);
onClose(); onClose();
}; };