Browse Source

[Espace producteur] Commander > calendrier : afficher un seul mois en version mobile #1339

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
1eb7172322
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js View File

urlLogin: '#', urlLogin: '#',
producerOptionOrderEntryPoint: null, producerOptionOrderEntryPoint: null,
calendar: { calendar: {
columns: 2,
columns: this.isMobile() ? 1 : 2,
mode: 'single', mode: 'single',
attrs: [], attrs: [],
availableDates: [], availableDates: [],

Loading…
Cancel
Save