Merge branch 'dev' into staging
This commit is contained in:
commit
207c82dd69
@ -1,4 +1,6 @@
|
||||
.root {
|
||||
text-wrap: nowrap;
|
||||
|
||||
.mirror-shadow-element {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
@ -21,6 +23,7 @@
|
||||
border-bottom: 1px solid var(--color-neutral-500);
|
||||
|
||||
.vertical-container {
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -120,7 +120,7 @@ export default function ClientBox(props: IProps) {
|
||||
</Button>
|
||||
<DeleteCustomerModal
|
||||
isOpen={isDeleteModalOpen}
|
||||
onClose={close}
|
||||
onClose={closeDeleteModal}
|
||||
customerUid={customer.uid ?? ""}
|
||||
onDelete={handleDelete}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user