feat: add Tables settings to Settings/Integrations/Database/Connectio… (#4851)
…n page Closes #4560
This commit is contained in:
@ -42,7 +42,7 @@ type SettingsListCardProps<ListItem extends { id: string }> = {
|
||||
hasFooter?: boolean;
|
||||
isLoading?: boolean;
|
||||
onRowClick?: (item: ListItem) => void;
|
||||
RowIcon: IconComponent;
|
||||
RowIcon?: IconComponent;
|
||||
RowRightComponent: ComponentType<{ item: ListItem }>;
|
||||
footerButtonLabel?: string;
|
||||
onFooterButtonClick?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user