mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
turns of frontend notifications by default
This commit is contained in:
parent
c1f0b7b74d
commit
04b9976a3b
@ -114,7 +114,7 @@ const App = () => {
|
|||||||
const stateRef = useRef(state); // Declare a reference to hold the current state
|
const stateRef = useRef(state); // Declare a reference to hold the current state
|
||||||
const [isInstantUpdate, setIsInstantUpdate] = useState(false);
|
const [isInstantUpdate, setIsInstantUpdate] = useState(false);
|
||||||
const [showSettings, setShowSettings] = useState(false);
|
const [showSettings, setShowSettings] = useState(false);
|
||||||
const [showNotification, setShowNotification] = useState(true);
|
const [showNotification, setShowNotification] = useState(false);
|
||||||
const [notifications, setNotifications] = useState([]);
|
const [notifications, setNotifications] = useState([]);
|
||||||
const [exceptions, setExceptions] = useState([]);
|
const [exceptions, setExceptions] = useState([]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user