- fix salvataggio path dell'immagine

This commit is contained in:
Surya Paolo
2024-03-02 23:34:14 +01:00
parent 71e4c91930
commit ebbdc120c6
3 changed files with 3 additions and 0 deletions

View File

@@ -7802,6 +7802,8 @@ export const tools = {
ris = 'pages/' + myrow.path
} else if (table === 'imgcards') {
ris = 'pages/' + path
} else if (table === 'productInfos') {
ris = path
} else {
ris = table
}