@burh/nuxt-core 1.0.402 → 1.0.403

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.
@@ -39,6 +39,7 @@
39
39
  v-model="slot.email"
40
40
  label="Email"
41
41
  placeholder="Email"
42
+ type="email"
42
43
  :error="errors[0]"
43
44
  :valid="errors.length ? true : false"
44
45
  />
@@ -193,7 +194,7 @@ export default {
193
194
  last_name: slot.name.substring(slot.name.indexOf(' ') + 1),
194
195
  email: slot.email,
195
196
  access_level: slot.role,
196
- company_buffer_folder_id: slot.buffer
197
+ company_buffer_folder_id: slot.buffer != '' ? slot.buffer : null
197
198
  }));
198
199
 
199
200
  return [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.402",
3
+ "version": "1.0.403",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {