.
This commit is contained in:
parent
eb4390fee0
commit
910d84aa76
@ -23,7 +23,7 @@ export const CatalogPickerDialog = ({
|
||||
}) => {
|
||||
return (
|
||||
<Dialog modal open={isOpen} onOpenChange={onOpenChange}>
|
||||
<DialogContent className='w-11/12 max-w-full'>
|
||||
<DialogContent className='w-8/12 max-w-full'>
|
||||
<DialogHeader>
|
||||
<DialogTitle>{t("quotes.catalog_picker_dialog.title")}</DialogTitle>
|
||||
<DialogDescription>{t("quotes.catalog_picker_dialog.description")}</DialogDescription>
|
||||
|
||||
@ -117,7 +117,7 @@ interface UseDataTableProps<TData, TValue> {
|
||||
*/
|
||||
enableAdvancedFilter?: boolean;
|
||||
|
||||
initialState: InitialTableState;
|
||||
initialState?: InitialTableState;
|
||||
|
||||
onPaginationChange?: OnChangeFn<PaginationState>;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user