@designcrowd/fe-shared-lib 1.3.3-ML-648-2 → 1.3.3-ML-648-3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.3.3-ML-648-2",
3
+ "version": "1.3.3-ML-648-3",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -396,8 +396,10 @@ export default {
396
396
  this.clearErrorMessages();
397
397
  },
398
398
  initialUserName(newValue) {
399
- this.aUserName = newValue;
400
- },
399
+ if (newValue && newValue !== this.aUserName) {
400
+ this.aUserName = newValue;
401
+ }
402
+ }
401
403
  },
402
404
  methods: {
403
405
  validate(e) {