geer-builder 1.2.887 → 1.2.888

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/GProcessSale.vue +0 -4
  2. package/package.json +1 -1
package/GProcessSale.vue CHANGED
@@ -186,10 +186,6 @@
186
186
  </div>
187
187
  </div>
188
188
 
189
- <div class="field col-12 q-px-lg q-mb-md">
190
- <q-checkbox v-model="auto_activate" label="Activate slot immediately upon successful payment" />
191
- </div>
192
-
193
189
  <div class="buttons text-right">
194
190
  <div class="field col-12 q-px-lg q-mb-md" style="">
195
191
  <q-checkbox v-model="auto_activate" label="Activate slot immediately upon successful payment" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.887",
3
+ "version": "1.2.888",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {