Skip to content

Commit 24ea970

Browse files
committed
Done requests changes
1 parent fb66239 commit 24ea970

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

components/bigdatacorp/actions/get-address-data/get-address-data.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export default {
1010
props: {
1111
app,
1212
zipcode: {
13-
type: "string",
14-
label: "Zipcode",
15-
description: "The postal code to search for",
13+
propDefinition: [
14+
app,
15+
"zipcode",
16+
],
1617
},
17-
1818
dataset: {
1919
propDefinition: [
2020
app,

components/bigdatacorp/bigdatacorp.app.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ export default {
1414
label: "Dataset",
1515
description: "The target dataset to which the query will be sent",
1616
},
17+
zipcode: {
18+
type: "string",
19+
label: "Zipcode",
20+
description: "The postal code to search for",
21+
},
1722
},
1823
methods: {
1924
_baseUrl() {

0 commit comments

Comments
 (0)