Skip to content

Commit 552c9a6

Browse files
committed
fix linting errors
1 parent fcce683 commit 552c9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/collaborative-editor/components/ide/FullScreenIDE.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ export function FullScreenIDE({
830830
ytext={currentJobYText}
831831
awareness={awareness}
832832
adaptor={currentJob.adaptor || 'common'}
833-
disabled={isReadOnly}
833+
disabled={!canSave}
834834
className="h-full w-full"
835835
options={{
836836
automaticLayout: true,

0 commit comments

Comments
 (0)