Skip to content

Commit c1d3046

Browse files
committed
Fix lint
1 parent b790963 commit c1d3046

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,7 @@ const WorkspaceActionsCell: FC<WorkspaceActionsCellProps> = ({
547547
{abilities.actions.includes("updateAndStart") && (
548548
<>
549549
<PrimaryAction
550-
onClick={() => {
551-
workspaceUpdate.update(false);
552-
}}
550+
onClick={workspaceUpdate.update}
553551
isLoading={workspaceUpdate.isUpdating}
554552
label="Update and start workspace"
555553
>

0 commit comments

Comments
 (0)