File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const action: ActionFunction = async ({ request }) => {
66 const schema = z . object ( {
77 feedback : z . string ( ) . min ( 1 ) ,
88 page_title : z . string ( ) . min ( 1 ) ,
9- variant : z . string ( ) ,
9+ upvoted : z . boolean ( ) ,
1010 } )
1111
1212 const url = process . env . SUPABASE_URL
Original file line number Diff line number Diff line change @@ -180,10 +180,7 @@ export default function Examples() {
180180 </ Anchor >
181181 .
182182 </ Copy >
183- < ExampleFilters
184- method = "post"
185- ref = { formRef }
186- onChange = { ( ) => console . log ( 'form change' ) } >
183+ < ExampleFilters method = "post" ref = { formRef } >
187184 < Heading tag = "h2" fontStyle = "$XS" style = { { display : 'inline-block' } } >
188185 { `Alternatively, check out examples by ` }
189186 </ Heading >
You can’t perform that action at this time.
0 commit comments