Skip to content

Commit 4f08f5b

Browse files
authored
Merge pull request #171 from mercedes-benz/VULCAN-983/CustomNotification
Notification Modal bug
2 parents 9a2e0ca + f70b53a commit 4f08f5b

File tree

2 files changed

+5693
-5766
lines changed

2 files changed

+5693
-5766
lines changed

src/application/ApplicationThunks.ts

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export const createConnectionThunk =
107107
);
108108
}
109109
} else if (records && records[0] && records[0].keys[0] == 'connected') {
110+
dispatch(clearNotification());
110111
dispatch(setConnectionProperties(protocol, url, port, database, username, password));
111112
dispatch(setConnectionModalOpen(false));
112113
dispatch(setConnected(true));

0 commit comments

Comments
 (0)