Animations in the WebEditor
This commit is contained in:
@@ -1248,10 +1248,6 @@ export const shared_consts = {
|
||||
value: 110,
|
||||
label: 'Carosello Immagini',
|
||||
},
|
||||
{
|
||||
value: 90,
|
||||
label: 'Footer',
|
||||
},
|
||||
{
|
||||
value: 100,
|
||||
label: 'Check Email',
|
||||
@@ -1280,7 +1276,6 @@ export const shared_consts = {
|
||||
CALENDAR: 70,
|
||||
CAROUSEL_IDISCIPLINE: 80,
|
||||
CAROUSEL_HOME: 85,
|
||||
FOOTER: 90,
|
||||
CHECK_EMAIL: 100,
|
||||
CAROUSEL_IMGS: 110,
|
||||
OPENSTREETMAP: 120,
|
||||
@@ -1302,7 +1297,6 @@ export const shared_consts = {
|
||||
UP_LEFT: 5,
|
||||
},
|
||||
|
||||
|
||||
getStatusStr(status: number) {
|
||||
const trovatorec = this.OrderStatusStr.find((rec) => rec.value === status)
|
||||
return (trovatorec) ? trovatorec.label : ''
|
||||
|
||||
Reference in New Issue
Block a user