Skip to content

Commit

Permalink
Rebase into rule activity.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jan 6, 2025
1 parent 21b3ffd commit 4c8add2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Collections/BuildFileSetWizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const wizard = useWizard({
},
"paste-data": {
label: "Paste data",
instructions: "Paste data containing URIs and optional extra metadata.",
instructions: "Paste data (or drop file) containing URIs and optional extra metadata.",
isValid: () => sourceFrom.value === "pasted_table" && pasteData.value.length > 0,
isSkippable: () => sourceFrom.value !== "pasted_table",
},
Expand All @@ -83,7 +83,7 @@ const wizard = useWizard({
},
"rule-builder": {
label: "Specify Rules",
instructions: "Specify rules... TODO",
instructions: "Use this form to describe rules for importing",
isValid: () => ruleState.value,
isSkippable: () => props.mode == "uploadModal",
width: "100%",
Expand Down

0 comments on commit 4c8add2

Please sign in to comment.