@@ -41,12 +41,7 @@ export default function AnalysisContent() {
|
||||
const toast = (opts: { title: string; status: string }) =>
|
||||
toaster.create({
|
||||
title: opts.title,
|
||||
type: opts.status as
|
||||
| "success"
|
||||
| "warning"
|
||||
| "error"
|
||||
| "info"
|
||||
| "loading",
|
||||
type: opts.status as "success" | "warning" | "error" | "info" | "loading",
|
||||
});
|
||||
|
||||
const toggleMatch = (id: string) => {
|
||||
|
||||
Reference in New Issue
Block a user