@visns-studio/visns-components 4.1.4 → 4.1.5

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.
@@ -1285,13 +1285,13 @@ function Form({
1285
1285
  ? formSettings.sortButton.label
1286
1286
  : 'Sort'}
1287
1287
  </button>
1288
- ) : (
1289
- <button className="btn" onClick={handleSubmit}>
1290
- {formSettings?.save?.button?.label
1291
- ? formSettings.save.button.label
1292
- : 'Save'}
1293
- </button>
1294
- )}
1288
+ ) : null}
1289
+
1290
+ <button className="btn" onClick={handleSubmit}>
1291
+ {formSettings?.save?.button?.label
1292
+ ? formSettings.save.button.label
1293
+ : 'Save'}
1294
+ </button>
1295
1295
  </div>
1296
1296
  </div>
1297
1297
  );
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^17.0.1"
58
58
  },
59
59
  "name": "@visns-studio/visns-components",
60
- "version": "4.1.4",
60
+ "version": "4.1.5",
61
61
  "description": "Various packages to assist in the development of our Custom Applications.",
62
62
  "main": "index.js",
63
63
  "scripts": {