mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
remove leading and trailing whitespaces from bulk add entries (#921)
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
}
|
||||
});
|
||||
|
||||
return split;
|
||||
return split.map((element) => element.trim());
|
||||
},
|
||||
save() {
|
||||
this.$emit("bulk-data", this.splitText());
|
||||
|
||||
Reference in New Issue
Block a user