mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 11:21:16 +01:00
A bunch of responsiveness fixes
This commit is contained in:
@@ -110,7 +110,7 @@ export function useIntrospectGraphQL(
|
||||
}, [upsertIntrospection]);
|
||||
|
||||
useEffect(() => {
|
||||
if (introspection.data?.content == null) {
|
||||
if (introspection.data?.content == null || introspection.data.content === '') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user