A bunch of responsiveness fixes

This commit is contained in:
Gregory Schier
2025-07-09 14:24:29 -07:00
parent d9f9ea4047
commit f00adf6fce
6 changed files with 104 additions and 48 deletions

View File

@@ -110,7 +110,7 @@ export function useIntrospectGraphQL(
}, [upsertIntrospection]);
useEffect(() => {
if (introspection.data?.content == null) {
if (introspection.data?.content == null || introspection.data.content === '') {
return;
}