fix #1008, create folder from card and auto flag it

This commit is contained in:
2021-03-08 22:04:50 +01:00
parent d1e54b72b3
commit 1ec8a371b5
6 changed files with 133 additions and 9 deletions

View File

@ -278,7 +278,7 @@ export default {
console.log('user MA createFlagColl data', data)
if (data.status) {
dispatch('getUserFlagColls').then(() => {
resolve()
resolve(data)
})
}
})