Aggiungi Nuovo: non viene selezionato correttamente il Tipo di Annuncio (Offro/Cerco)

This commit is contained in:
paoloar77
2022-03-01 11:33:06 +01:00
parent f4306b28d6
commit d8b5bda0ce
8 changed files with 15 additions and 10 deletions

View File

@@ -1,4 +1,9 @@
export const costanti = {
AdType: {
OFFRO: 1,
CERCO: 2,
},
ShowTypeTask: {
SHOW_LAST_N_COMPLETED: 200,
SHOW_ONLY_TOCOMPLETE: 201,