Update app/client/components/export-dialog.tsx
remove unused variable Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
95342f6ec9
commit
82f632f63a
1 changed files with 0 additions and 1 deletions
|
|
@ -439,7 +439,6 @@ export function ExportDialog({
|
|||
}
|
||||
|
||||
export function ExportCard({ entityType, ...props }: Omit<ExportDialogProps, "variant" | "trigger">) {
|
||||
const config = exportConfigs[entityType];
|
||||
|
||||
return (
|
||||
<ExportDialog
|
||||
|
|
|
|||
Loading…
Reference in a new issue