mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 00:49:26 +01:00
frontend: updating notification message
This commit is contained in:
@@ -161,7 +161,7 @@ const App = () => {
|
||||
const newNotification = {
|
||||
id: Math.random(),
|
||||
time: timeString,
|
||||
text: `Attribute ${parent_path}.${name} updated to ${notificationMsg}.`
|
||||
text: `${parent_path}.${name} changed to ${notificationMsg}.`
|
||||
};
|
||||
|
||||
// Adding the new notification to the list
|
||||
|
||||
Reference in New Issue
Block a user