🚨 Removing linter warnings

This commit is contained in:
Liyas Thomas
2020-01-24 17:50:30 +05:30
parent 92d8878c38
commit bbaa48c1ec
7 changed files with 22 additions and 27 deletions

View File

@@ -60,7 +60,7 @@ export default {
methods: {
saveCollection() {
if (!this.$data.name) {
this.$toast.info('Please provide a valid name for the collection');
this.$toast.info("Please provide a valid name for the collection");
return;
}
const collectionUpdated = {