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

@@ -31,7 +31,7 @@ var app = new Vue({
urlLogin: '#',
producerOptionOrderEntryPoint: null,
calendar: {
columns: 2,
columns: this.isMobile() ? 1 : 2,
mode: 'single',
attrs: [],
availableDates: [],

Loading…
Cancel
Save