Closes #842 - Toast messages hanging
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
import Document from 'models/Document';
|
||||
|
||||
export type Toast = {
|
||||
id: string,
|
||||
createdAt: string,
|
||||
message: string,
|
||||
type: 'warning' | 'error' | 'info' | 'success',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user