fix(client): improve client's UI and UX
This commit is contained in:
@@ -33,7 +33,7 @@ export default function DeleteClientModal({ isOpen, onClose, onSuccess, client }
|
||||
const footer = (
|
||||
<>
|
||||
<Button variant="outline" onClick={onClose} disabled={isLoading}>
|
||||
{t.clients.cancel}
|
||||
{t.actions?.cancel}
|
||||
</Button>
|
||||
<Button
|
||||
variant="destructive"
|
||||
|
||||
Reference in New Issue
Block a user