mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
console.warning is not exists on browser
fix typo error for `console.warn`
This commit is contained in:
parent
82af78fe33
commit
a4d15b20ff
@ -84,7 +84,7 @@ function CodeEditor({
|
||||
}) {
|
||||
if (rows && typeof rows !== 'number' && rows !== 'auto') {
|
||||
// eslint-disable-next-line no-console
|
||||
console.warning(
|
||||
console.warn(
|
||||
`CodeEditor: Unexpected value for 'rows': ${rows}; expected number or 'auto'`
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user