@mcurros2/microm 1.1.245-0 → 1.1.246-0
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44016,7 +44016,7 @@ const $05a35911b9ee1cc1$export$b74e17f706abc590 = {
|
|
|
44016
44016
|
onClick: async ({ entity: entity, modal: modal, selectedKeys: selectedKeys, element: element })=>{
|
|
44017
44017
|
const types = entity;
|
|
44018
44018
|
const code = new (0, $lpixK.MicromDeveloperToolsCodeGen)(types.API.client);
|
|
44019
|
-
const selected = selectedKeys?.[0];
|
|
44019
|
+
const selected = selectedKeys?.[0][types.def.columns.vc_entity_name.name];
|
|
44020
44020
|
code.def.columns.vc_classname.value = selected || '';
|
|
44021
44021
|
if (modal) await modal.open({
|
|
44022
44022
|
modalProps: {
|