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

@@ -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) => {