mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
next release version / fixing valuers not being shown when editing a notification adapter
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user