Skip to content

Commit

Permalink
Added missing URL option
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Aug 5, 2024
1 parent 2330f05 commit 3947b35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export function PropertyPicker() {
>
{fieldPaths.length > 0 ? (
<>
<option value='url'>url</option>
{fieldPaths.map((fp) => (
<option key={fp} value={fp}>
{fp}
Expand Down

0 comments on commit 3947b35

Please sign in to comment.