fix: #1522 Error occurred while deleting the project. (#1580)

develop
paradiseidler 3 weeks ago committed by GitHub
parent b45ff94c40
commit 134f403344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -342,7 +342,7 @@ export default {
this.fetchData();
this.$notify({
title: this.$t('message.success'),
message: this.$t('message.createdSuccess'),
message: this.$t('message.deleteSuccess'),
type: 'success',
duration: 2000,
});

Loading…
Cancel
Save