mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
don't show CodeEditor control help text in readonly mode
This commit is contained in:
@@ -163,7 +163,7 @@ function CodeEditor({
|
||||
ref={editor}
|
||||
/>
|
||||
</FocusWrapper>
|
||||
{isKeyboardFocused && (
|
||||
{isKeyboardFocused && !readOnly && (
|
||||
<div
|
||||
className="pf-c-form__helper-text keyboard-help-text"
|
||||
aria-live="polite"
|
||||
|
||||
Reference in New Issue
Block a user