minor fix
This commit is contained in:
parent
0dfd266487
commit
400939cb0b
|
@ -37,7 +37,7 @@ export default async function updateCollection(
|
|||
},
|
||||
|
||||
data: {
|
||||
name: collection.name,
|
||||
name: collection.name.trim(),
|
||||
description: collection.description,
|
||||
color: collection.color,
|
||||
isPublic: collection.isPublic,
|
||||
|
|
Ŝarĝante…
Reference in New Issue