forked from github-starred/komodo
stack file_contents editor respects readOnly / disabled
This commit is contained in:
@@ -693,6 +693,7 @@ export const StackConfig = ({
|
||||
}
|
||||
onValueChange={(file_contents) => set({ file_contents })}
|
||||
language="yaml"
|
||||
readOnly={disabled}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user