upload request prototype UI

This commit is contained in:
Čarodej
2022-02-16 16:57:57 +01:00
parent 3fafc811fe
commit 394a7b6baf
197 changed files with 6927 additions and 2738 deletions

View File

@@ -140,7 +140,7 @@ const mutations = {
})
},
CHANGE_ITEM_NAME(state, file) {
state.entries.find(item => {
state.entries.find((item) => {
if (item.data.id === file.data.id) {
item.data.attributes.name = file.data.attributes.name
item.data.attributes.color = file.data.attributes.color ? file.data.attributes.color : null