Compare commits

...

1 Commits

Author SHA1 Message Date
lirazyehezkel
ee8dce4466 Clear entry detailed on workspace change (#1045) 2022-04-26 15:40:42 +03:00

View File

@@ -110,8 +110,8 @@ export const EntryDetailed = () => {
const [entryData, setEntryData] = useState(null);
useEffect(() => {
if (!focusedEntryId) return;
setEntryData(null);
setEntryData(null);
if (!focusedEntryId) return;
setIsLoading(true);
(async () => {
try {