Skip to content

Commit

Permalink
fix(form input): Database/Project properly maps to database
Browse files Browse the repository at this point in the history
It was accidentally mapped to schema.
  • Loading branch information
gwenwindflower committed Apr 20, 2024
1 parent f1bf806 commit 17e78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ _See README for warehouse-specific requirements_
Validate(not_empty),
huh.NewInput().
Title("What project/database is that schema/dataset in?").
Value(&dfr.Schema).
Value(&dfr.Database).
Placeholder("jaffle_shop").
Validate(not_empty),
).WithHideFunc(func() bool {
Expand Down

0 comments on commit 17e78f5

Please sign in to comment.