ui-soxo-bootstrap-core 2.6.46-dev.7 → 2.6.46
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.
|
@@ -526,7 +526,7 @@ function panelActions(item, model, setSelectedRecord, setDrawerTitle, setDrawerV
|
|
|
526
526
|
<EditOutlined />
|
|
527
527
|
</Button>
|
|
528
528
|
)}
|
|
529
|
-
|
|
529
|
+
<Button
|
|
530
530
|
size="small"
|
|
531
531
|
type="default"
|
|
532
532
|
onClick={() => {
|
|
@@ -536,7 +536,7 @@ function panelActions(item, model, setSelectedRecord, setDrawerTitle, setDrawerV
|
|
|
536
536
|
}}
|
|
537
537
|
>
|
|
538
538
|
<CopyOutlined />
|
|
539
|
-
</Button>
|
|
539
|
+
</Button>
|
|
540
540
|
<Popconfirm title="Are you sure?" onConfirm={() => deleteRecord(item)}>
|
|
541
541
|
<Button danger size="small" type="default">
|
|
542
542
|
<DeleteOutlined />
|