mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🐛 Fix bug in form
This commit is contained in:
parent
1a64137fa3
commit
00b805f644
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ export default function BoxFilterHasImage({ ...props }) {
|
|||
{...props}
|
||||
>
|
||||
<FormInline>
|
||||
<div style={{ "flex-grow": 1 }}>
|
||||
<div style={{ "flexGrow": 1 }}>
|
||||
{strings.hasImageExplaination}
|
||||
</div>
|
||||
<ButtonIconOnly
|
||||
|
|
|
@ -41,7 +41,7 @@ export default function BoxFilterHasPlace({ ...props }) {
|
|||
{...props}
|
||||
>
|
||||
<FormInline>
|
||||
<div style={{ "flex-grow": 1 }}>
|
||||
<div style={{ "flexGrow": 1 }}>
|
||||
{strings.hasPlaceExplaination}
|
||||
</div>
|
||||
<ButtonIconOnly
|
||||
|
|
Loading…
Reference in a new issue