refactor: show deprecated profile names

This commit is contained in:
zhom
2025-08-12 12:18:38 +04:00
parent 69b7963dd4
commit 341a461abf
3 changed files with 35 additions and 7 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
import React from "react";
import { toast as sonnerToast } from "sonner";
import { type ExternalToast, toast as sonnerToast } from "sonner";
import { UnifiedToast } from "@/components/custom-toast";
interface BaseToastProps {
@@ -7,6 +7,7 @@ interface BaseToastProps {
title: string;
description?: string;
duration?: number;
action?: ExternalToast["action"];
}
interface LoadingToastProps extends BaseToastProps {