Skip to content

Commit 9aed661

Browse files
authored
Make additional properties optional
1 parent d3fa274 commit 9aed661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/klipfolio/klipfolio.app.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export default {
6161
type: "object",
6262
label: "Additional Properties",
6363
description: "Data source additional properties. For example, Google Analytics API has the following properties: `oauth_provider_id`, `oauth_user_header`, `oauth_user_token`, `token_id`, `prop:profile_id`.",
64+
optional: true
6465
},
6566
},
6667
methods: {

0 commit comments

Comments
 (0)