mirror of https://github.com/VERT-sh/VERT.git
Add success toast after file conversion
This commit is contained in:
parent
c32d447a07
commit
63cc7db2e0
|
|
@ -120,7 +120,7 @@ export class VertFile {
|
|||
this.processing = false;
|
||||
return res;
|
||||
}
|
||||
|
||||
// here
|
||||
private toastSuccess() {
|
||||
ToastManager.add({
|
||||
type: "success",
|
||||
|
|
|
|||
Loading…
Reference in New Issue