Skip to content

Commit

Permalink
Merge pull request #418 from Kanaries/chore-edit-airtable-label
Browse files Browse the repository at this point in the history
fix: update AirTableSource labels and placeholders
  • Loading branch information
ObservedObserver authored Jul 31, 2024
2 parents 92096c6 + 97f2e7f commit cb0d8e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const AirTableSource: React.FC<AirTableSourceProps> = (props) => {
onChange={(e, value) => { setEndPoint(`${value}`) }}
value={endPoint}
/>
<TextField required label="API Key" placeholder="key*********"
<TextField required label="Access token" placeholder="pat*********"
onChange={(e, value) => { setAPIKey(`${value}`) }}
value={apiKey}
/>
Expand All @@ -65,7 +65,7 @@ const AirTableSource: React.FC<AirTableSourceProps> = (props) => {
onChange={(e, value) => { setTableName(`${value}`) }}
value={tableName}
/>
<TextField required label="View Name" placeholder="Gird View"
<TextField required label="View Name" placeholder="Gird view"
onChange={(e, value) => { setViewName(`${value}`) }}
value={viewName}
/>
Expand Down

0 comments on commit cb0d8e2

Please sign in to comment.