Tweak response history

This commit is contained in:
Gregory Schier
2023-04-09 23:15:51 -07:00
parent 6bc1f9f494
commit b28dc01e6b
2 changed files with 22 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ export type DropdownItemSeparator = {
export type DropdownItem =
| {
type?: 'default';
label: string;
label: ReactNode;
variant?: 'danger';
disabled?: boolean;
hidden?: boolean;