Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix missing field
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed Oct 16, 2024
1 parent 656c71a commit 8a7e332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/lib/connectors/connectors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ For example, specifying .*-support.* as a "channel" will cause the connector to
"The name or ID of the specific table within the Airtable base.",
},
],
advanced_values: [],
},
};
export function createConnectorInitialValues(
Expand Down

0 comments on commit 8a7e332

Please sign in to comment.