From cf030bfa39d66af50ebc8ac04b3c2d35e6cd7ba9 Mon Sep 17 00:00:00 2001 From: orangecoding Date: Thu, 18 Dec 2025 19:24:48 +0100 Subject: [PATCH] next release version / fixing valuers not being shown when editing a notification adapter --- package.json | 2 +- .../notificationAdapter/NotificationAdapterMutator.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f14c6c..2dc9c20 100755 --- a/package.json +++ b/package.json @@ -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", diff --git a/ui/src/views/jobs/mutation/components/notificationAdapter/NotificationAdapterMutator.jsx b/ui/src/views/jobs/mutation/components/notificationAdapter/NotificationAdapterMutator.jsx index 0003878..c16dc7b 100644 --- a/ui/src/views/jobs/mutation/components/notificationAdapter/NotificationAdapterMutator.jsx +++ b/ui/src/views/jobs/mutation/components/notificationAdapter/NotificationAdapterMutator.jsx @@ -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) => {