feat: unload - reload

This commit is contained in:
cv
2021-04-24 12:21:15 +02:00
parent ea92fc7de7
commit 75b8e9b8be
21 changed files with 151 additions and 18 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const withSocket = (Component) => {
subtitleNext: '',
presenterNext: '',
});
const [selectedId, setSelectedId] = useState({});
const [selectedId, setSelectedId] = useState(null);
const [general, setGeneral] = useState({
title: '',
url: '',