fix: UI Bug - ToggleGroup (#20997)
* fix #20986: UI Bug - ToggleGroup * some changes * some changes
This commit is contained in:
@@ -324,7 +324,7 @@ const WebhookForm = (props: {
|
||||
setUseCustomTemplate(true);
|
||||
}
|
||||
}}
|
||||
defaultValue={value ? "custom" : "default"}
|
||||
value={useCustomTemplate ? "custom" : "default"}
|
||||
options={[
|
||||
{ value: "default", label: t("default") },
|
||||
{ value: "custom", label: t("custom") },
|
||||
|
||||
Reference in New Issue
Block a user