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;
|
this.processing = false;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
// here
|
||||||
private toastSuccess() {
|
private toastSuccess() {
|
||||||
ToastManager.add({
|
ToastManager.add({
|
||||||
type: "success",
|
type: "success",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue