mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-12 15:57:12 +02: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