remove obsolete ExportCard
This commit is contained in:
parent
c65d84ee9a
commit
5093699568
1 changed files with 0 additions and 12 deletions
|
|
@ -440,15 +440,3 @@ export function ExportDialog({
|
|||
</Dialog>
|
||||
);
|
||||
}
|
||||
|
||||
export function ExportCard({ entityType, ...props }: Omit<ExportDialogProps, "variant" | "trigger">) {
|
||||
|
||||
return (
|
||||
<ExportDialog
|
||||
entityType={entityType}
|
||||
variant="card"
|
||||
triggerLabel={props.triggerLabel ?? `Export ${props.id || props.name ? "config" : "configs"}`}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue