mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 01:48:40 +00:00
phpstan and phpcs fixes
This commit is contained in:
parent
70b61ece10
commit
1937a2161d
|
|
@ -166,7 +166,7 @@ export class Form
|
|||
|
||||
// if true submit form on change
|
||||
if (this.forms[id].isOnChange()) {
|
||||
const hasUiContainer = this.forms[id].getFormElement().getAttribute('data-ui-content');
|
||||
const hasUiContainer = this.forms[id].getFormElement().getAttribute('data-ui-content');
|
||||
const onChangeContainer = hasUiContainer !== null
|
||||
? this.forms[id].getFormElement().querySelector(hasUiContainer)
|
||||
: this.forms[id].getFormElement();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user