mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-17 09:29:26 +01:00
turns of frontend notifications by default
This commit is contained in:
@@ -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([]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user