[Update/Refactor] Add link to notification component to guide users to get more information.

(handleAiModelsAvailability)
This commit is contained in:
Sakamoto Shiina
2025-08-02 17:03:04 +09:00
parent 0258dd8ad0
commit 3403b52fb9
9 changed files with 133 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import React, { useEffect, useState, isValidElement } from "react";
import { ToastContainer, toast, cssTransition } from "react-toastify";
import clsx from "clsx";