Skip to content

Commit 0de8e69

Browse files
committed
add prop name
1 parent 3074e68 commit 0de8e69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/offorte/offorte.app.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ export default {
125125
}));
126126
},
127127
},
128+
name: {
129+
type: "string",
130+
label: "Name",
131+
description: "The name of the contact",
132+
},
128133
},
129134
methods: {
130135
_headers() {

0 commit comments

Comments
 (0)