Skip to content

Commit

Permalink
Fix default dataset id input
Browse files Browse the repository at this point in the history
  • Loading branch information
aleDsz committed May 24, 2022
1 parent 55ecc80 commit 8f50814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/assets/connection_cell/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ export function init(ctx, info) {
:grow
/>
<BaseInput
name="dataset"
label="Dataset (Optional)"
name="default_dataset_id"
label="Default Dataset ID (Optional)"
type="text"
placeholder="Dataset"
v-model="fields.dataset"
placeholder="Default Dataset ID (Optional)"
v-model="fields.default_dataset_id"
inputClass="input"
:grow
/>
Expand Down

0 comments on commit 8f50814

Please sign in to comment.