@bigbinary/neeto-rules-frontend 0.0.93 → 0.0.95

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/README.md CHANGED
@@ -269,7 +269,7 @@ const initialProps = {
269
269
  {
270
270
  value: "status",
271
271
  label: "Status",
272
- type: "dropdown", // Types : text, number, email, textarea, dropdown, multi-select, multi-select-create, date.
272
+ type: "dropdown", // Types : text, number, email, decimal, url, dropdown, multi-select, multi-select-create, date.
273
273
  allowMatching: ["is", "is_not", "any_of", "none_of"],
274
274
  dropdownOptions: [
275
275
  { label: "Open", value: "open" },