feat: add optional spinner into toast message

This commit is contained in:
Arnošt Pleskot
2023-06-04 11:56:48 +02:00
parent e1ff9791f2
commit ef190ebf30
4 changed files with 29 additions and 1 deletions

View File

@@ -2377,6 +2377,7 @@ class App extends React.Component<AppProps, AppState> {
toast: {
message: string;
closable?: boolean;
spinner?: boolean;
duration?: number;
} | null,
) => {