feat: refactor modal component
This commit is contained in:
@@ -1177,7 +1177,7 @@ export default defineComponent({
|
||||
this.$refs.queryEditor.setValidationSchema(schema)
|
||||
this.$nuxt.$loading.finish()
|
||||
const duration = Date.now() - startTime
|
||||
this.$toast.info(this.$t("finished_in", { duration }), {
|
||||
this.$toast.success(this.$t("finished_in", { duration }), {
|
||||
icon: "done",
|
||||
})
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user