mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
chore: implemented feedback
This commit is contained in:
@ -37,9 +37,9 @@ type TCardData = {
|
||||
| 'NOT_SIGNED'
|
||||
| 'SENT'
|
||||
| 'NOT_SENT';
|
||||
}[];
|
||||
};
|
||||
|
||||
const CARD_DATA: TCardData = [
|
||||
const CARD_DATA: TCardData[] = [
|
||||
{
|
||||
icon: UserSquare2,
|
||||
title: 'Total recipients in the database',
|
||||
|
||||
Reference in New Issue
Block a user