fixed websocket message

This commit is contained in:
dekzter 2025-03-12 14:01:20 -04:00
parent 400555a266
commit 35ab449f86

View file

@ -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',
});
}