Commit 294e5836 authored by Cage, Gregory's avatar Cage, Gregory
Browse files

Change hint for multiple datasets to be clear that single input is allowed

parent d0927034
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ export const VARIANTS: Record<string, Array<VariantInterface>> = {
        {
            src: SOURCE.DATASET,
            icon: "fa-copy",
            tooltip: "Multiple datasets",
            tooltip: "Dataset(s)",
            library: true,
            multiple: true,
            batch: BATCH.DISABLED,