Skip to content

Commit 2e5d24f

Browse files
tidy(ui): remove old comment
1 parent 1afa340 commit 2e5d24f

File tree

1 file changed

+0
-2
lines changed
  • invokeai/frontend/web/src/features/toast

1 file changed

+0
-2
lines changed

invokeai/frontend/web/src/features/toast/toast.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ type ToastArg = ToastConfig & {
2424
withCount?: boolean;
2525
};
2626

27-
/* eslint-disable @typescript-eslint/no-explicit-any */
28-
// Any is correct here; we accept anything as toast data parameter.
2927
type ToastInternalState = {
3028
id: string;
3129
config: ToastConfig;

0 commit comments

Comments
 (0)