mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 00:40:01 +02:00
fix: notification time string
This commit is contained in:
parent
14c51a89a9
commit
0bb7f9877c
@ -140,7 +140,7 @@ const App = () => {
|
||||
const { parent_path, name, value: newValue } = value.data;
|
||||
|
||||
// Getting the current time in the required format
|
||||
const timeString = new Date().toISOString().substring(11, 8);
|
||||
const timeString = new Date().toISOString().substring(11, 19);
|
||||
|
||||
// Dispatching the update to the reducer
|
||||
dispatch({
|
||||
|
Loading…
x
Reference in New Issue
Block a user