Skip to content

Commit

Permalink
🪟 🐛 Fix custom cursor fields paths (#6282)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Apr 28, 2023
1 parent dbdce28 commit 78ee9cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ export const PaginationSection: React.FC<PaginationSectionProps> = ({ streamFiel
<>
<BuilderFieldWithInputs
type="string"
path={streamFieldPath("paginator.strategy.cursor_value")}
path={streamFieldPath("paginator.strategy.cursor.cursor_value")}
manifestPath="CursorPagination.properties.cursor_value"
/>
<BuilderFieldWithInputs
type="string"
path={streamFieldPath("paginator.strategy.stop_condition")}
path={streamFieldPath("paginator.strategy.cursor.stop_condition")}
manifestPath="CursorPagination.properties.stop_condition"
optional
/>
Expand Down

0 comments on commit 78ee9cf

Please sign in to comment.