mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 10:21:16 +08:00
fix(ui): add close button to all success toasts
This commit is contained in:
@@ -76,6 +76,7 @@ export function PricingEditModal({
|
||||
isNew
|
||||
? t("usage.pricingAdded", "定价已添加")
|
||||
: t("usage.pricingUpdated", "定价已更新"),
|
||||
{ closeButton: true },
|
||||
);
|
||||
|
||||
onClose();
|
||||
|
||||
Reference in New Issue
Block a user