mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Merge pull request #10150 from QiYuTechDev/devel
`console.warning` is not exists on browser SUMMARY fix typo error for console.warn ISSUE TYPE Bugfix Pull Request COMPONENT NAME UI AWX VERSION 19.1.0 ADDITIONAL INFORMATION console.warning is not exists function in browser envirment. Reviewed-by: Kersom <None>
This commit is contained in:
@@ -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'`
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user