stack file_contents editor respects readOnly / disabled

This commit is contained in:
mbecker20
2024-10-07 06:58:00 -04:00
parent 334e16d646
commit 89dbe1b4d9

View File

@@ -693,6 +693,7 @@ export const StackConfig = ({
}
onValueChange={(file_contents) => set({ file_contents })}
language="yaml"
readOnly={disabled}
/>
);
},