fix(FN-1866): add warning toast type for ModelOnboardingModal
This commit is contained in:
@@ -2,7 +2,7 @@ import { useState, useCallback, useRef, createContext, useContext } from "react"
|
||||
import type { ReactNode } from "react";
|
||||
import React from "react";
|
||||
|
||||
export type ToastType = "success" | "error" | "info";
|
||||
export type ToastType = "success" | "error" | "info" | "warning";
|
||||
|
||||
export interface Toast {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user