mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Merge pull request #273 from Hexastack/255-issue-settings-removing-default-global-fallback
fix(frontend): removing default plugin issue
This commit is contained in:
@@ -118,7 +118,7 @@ const SettingInput: React.FC<RenderSettingInputProps> = ({
|
||||
label={t("label.fallback_block")}
|
||||
helperText={t("help.fallback_block")}
|
||||
multiple={false}
|
||||
onChange={(_e, selected, ..._) => onChange(selected?.id)}
|
||||
onChange={(_e, selected, ..._) => onChange(selected?.id || null)}
|
||||
{...rest}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user