Skip to content

Commit fb66239

Browse files
Update components/bigdatacorp/actions/get-address-data/get-address-data.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 2404e4c commit fb66239

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

0 commit comments

Comments
 (0)