@visns-studio/visns-components 4.6.0 → 4.6.1

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.
@@ -1064,6 +1064,7 @@ function Form({
1064
1064
  !field.multi
1065
1065
  ) {
1066
1066
  const relationTypes = [
1067
+ 'dropdown-ajax',
1067
1068
  'multi-dropdown',
1068
1069
  'multi-dropdown-ajax',
1069
1070
  'async-dropdown-ajax',
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "react-dom": "^17.0.1"
59
59
  },
60
60
  "name": "@visns-studio/visns-components",
61
- "version": "4.6.0",
61
+ "version": "4.6.1",
62
62
  "description": "Various packages to assist in the development of our Custom Applications.",
63
63
  "main": "index.js",
64
64
  "scripts": {