Fix some minor issues in the Notification modal

pull/2234/head
LASER-Yi 9 months ago
parent 42ae3af4a2
commit 53951a5fad
No known key found for this signature in database

@ -73,9 +73,14 @@ const NotificationForm: FunctionComponent<Props> = ({
>
<Stack>
<Selector
searchable
disabled={payload !== null}
{...options}
{...form.getInputProps("selection")}
// We also to update the url, so override the default event from getInputProps
onChange={(value) => {
form.setValues({ selection: value, url: value?.url ?? undefined });
}}
></Selector>
<div hidden={form.values.selection === null}>
<Textarea

Loading…
Cancel
Save