mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(ui): autocomplete on edge custom template and stacks [EE-6761] (#11269)
This commit is contained in:
parent
f6b2c879bc
commit
de3a3f88a0
3 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ export function InnerForm({
|
|||
const texts = textByType[values.Type];
|
||||
|
||||
return (
|
||||
<Form className="form-horizontal">
|
||||
<Form className="form-horizontal" autoComplete="off">
|
||||
<CommonFields
|
||||
values={values}
|
||||
onChange={(newValues) =>
|
||||
|
|
|
@ -65,7 +65,7 @@ export function InnerForm({
|
|||
const texts = textByType[values.Type];
|
||||
|
||||
return (
|
||||
<Form className="form-horizontal">
|
||||
<Form className="form-horizontal" autoComplete="off">
|
||||
<CommonFields
|
||||
values={values}
|
||||
onChange={(newValues) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue