🚨 Removing linter warnings
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user