voiptime-components 1.13.35 → 1.13.37
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.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6828,7 +6828,7 @@ const ll = new OZ(), vZ = {
|
|
|
6828
6828
|
maxWidth: l.maxWidth,
|
|
6829
6829
|
sortable: l.sortable,
|
|
6830
6830
|
pinnedLeft: l.pinnedLeft,
|
|
6831
|
-
pinnedRight: l.pinnedRight,
|
|
6831
|
+
pinnedRight: l.pinnedRight || l.manage,
|
|
6832
6832
|
actionColumn: l.actionColumn,
|
|
6833
6833
|
manage: l.manage,
|
|
6834
6834
|
showOverflowTooltip: l.showOverflowTooltip,
|