24
0
mirror of https://github.com/tiqi-group/pydase.git synced 2025-05-11 01:40:05 +02:00

fix: notification time string

This commit is contained in:
Mose Müller 2023-08-07 16:06:36 +02:00
parent 14c51a89a9
commit 0bb7f9877c

@ -140,7 +140,7 @@ const App = () => {
const { parent_path, name, value: newValue } = value.data; const { parent_path, name, value: newValue } = value.data;
// Getting the current time in the required format // 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 // Dispatching the update to the reducer
dispatch({ dispatch({