next release version / fixing valuers not being shown when editing a notification adapter

This commit is contained in:
orangecoding
2025-12-18 19:24:48 +01:00
parent 5dc976c7e3
commit cf030bfa39
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "16.1.0",
"version": "16.2.0",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"prepare": "husky",

View File

@@ -164,7 +164,7 @@ export default function NotificationAdapterMutator({
style={{ width: '100%' }}
field={uiElement.label}
type={uiElement.type}
value={uiElement.value || ''}
initValue={uiElement.value ?? ''}
placeholder={uiElement.label}
label={uiElement.label}
onChange={(value) => {