Skip to content

Commit

Permalink
feat(init): make "public" the placeholder schema for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 18, 2019
1 parent b5a63d2 commit 43b6493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const Step1PostgresCredentials: React.FC = () => {
label={`Schema ${chalk.dim('(optional)')}`}
value={dbCredentials.schema || ''}
onChange={schema => setDbCredentials({ schema })}
placeholder=""
placeholder="public"
onSubmit={() => tryToConnect(state.dbCredentials!)}
/>
<Checkbox
Expand Down

0 comments on commit 43b6493

Please sign in to comment.