mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 09:47:00 +02:00
fix(core): Don't show license activation error message twice (#19833)
This commit is contained in:
parent
5591fdc42b
commit
9b96149caf
|
|
@ -74,11 +74,7 @@ const showActivationSuccess = () => {
|
|||
};
|
||||
|
||||
const showActivationError = (error: Error) => {
|
||||
toast.showError(
|
||||
error,
|
||||
locale.baseText('settings.usageAndPlan.license.activation.error.title'),
|
||||
error.message,
|
||||
);
|
||||
toast.showError(error, locale.baseText('settings.usageAndPlan.license.activation.error.title'));
|
||||
};
|
||||
|
||||
const onLicenseActivation = async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user