@firecms/ui 3.0.0-canary.123 → 3.0.0-canary.124

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/dist/index.umd.js CHANGED
@@ -16090,7 +16090,6 @@
16090
16090
  placeholder,
16091
16091
  className: "w-full",
16092
16092
  children: [
16093
- !hasValue && placeholder,
16094
16093
  hasValue && value && renderValue ? renderValue(value) : placeholder,
16095
16094
  hasValue && !renderValue && value
16096
16095
  ]