We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee5c1f commit 6941d58Copy full SHA for 6941d58
src/features/editor/views/GraphView/index.tsx
@@ -170,7 +170,7 @@ export const GraphView = ({ isWidget = false }: GraphProps) => {
170
171
return (
172
<Box pos="relative" h="100%" w="100%">
173
- {!aboveSupportedLimit && <NotSupported />}
+ {aboveSupportedLimit && <NotSupported />}
174
<LoadingOverlay visible={debouncedLoading} />
175
{!isWidget && <OptionsMenu />}
176
{!isWidget && <SecureInfo />}
0 commit comments