mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(ui): remove old comment
This commit is contained in:
parent
1afa340b1a
commit
2e5d24f272
@ -24,8 +24,6 @@ type ToastArg = ToastConfig & {
|
||||
withCount?: boolean;
|
||||
};
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
// Any is correct here; we accept anything as toast data parameter.
|
||||
type ToastInternalState = {
|
||||
id: string;
|
||||
config: ToastConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user