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;
|
withCount?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
||||||
// Any is correct here; we accept anything as toast data parameter.
|
|
||||||
type ToastInternalState = {
|
type ToastInternalState = {
|
||||||
id: string;
|
id: string;
|
||||||
config: ToastConfig;
|
config: ToastConfig;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user