@3sc/common-component 0.0.116 → 0.0.117
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -29705,8 +29705,8 @@ function c9({ tableProps: e, toolbarProps: t, isDefaultConfig: n }) {
|
|
|
29705
29705
|
var a;
|
|
29706
29706
|
const o = (a = e.columns) == null ? void 0 : a.isManageable, { columns: r } = e, s = zk({
|
|
29707
29707
|
columns: r,
|
|
29708
|
-
gridPath: t.gridPath,
|
|
29709
|
-
baseUrl: t.baseUrl,
|
|
29708
|
+
gridPath: t.gridPath || "",
|
|
29709
|
+
baseUrl: t.baseUrl || "",
|
|
29710
29710
|
isDefaultConfig: n
|
|
29711
29711
|
});
|
|
29712
29712
|
return /* @__PURE__ */ y.jsxs(Hv, { children: [
|