mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
fixed websocket message
This commit is contained in:
parent
400555a266
commit
35ab449f86
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export const WebsocketProvider = ({ children }) => {
|
|||
if (event.message?.success) {
|
||||
fetchStreams();
|
||||
notifications.show({
|
||||
title: 'event.message.message',
|
||||
message: event.message.message,
|
||||
color: 'green.5',
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue