Skip to content

Commit

Permalink
Allow library entry selection for multiple datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 11, 2023
1 parent 5607caa commit 165c225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Form/Elements/FormData/variants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const VARIANTS: Record<string, Array<VariantInterface>> = {
src: SOURCE.DATASET,
icon: "fa-copy",
tooltip: "Multiple datasets",
library: true,
multiple: true,
batch: BATCH.DISABLED,
},
Expand Down

0 comments on commit 165c225

Please sign in to comment.