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 ed5bf98 commit 8f939f9Copy full SHA for 8f939f9
site/src/modules/workspaces/WorkspaceOutdatedTooltip/WorkspaceOutdatedTooltip.tsx
@@ -51,7 +51,6 @@ const WorkspaceOutdatedTooltipContent: FC<TooltipContentProps> = ({
51
const theme = useTheme();
52
const { data: activeVersion } = useQuery({
53
...templateVersion(workspace.template_active_version_id),
54
- // TODO is making the parent HelpTooltip a controlled component the only way to track whether the tooltip is open?
55
enabled: isOpen,
56
});
57
const updateWorkspace = useWorkspaceUpdate({
0 commit comments