Skip to content

Commit

Permalink
Fix the card link
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 9, 2024
1 parent ae569ec commit 68a1717
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/js/Pages/Sources/GoogleSheetSource/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ const form = useForm({
active: props.source.data.active,
recurring: props.source.data.recurring,
meta_data: {
example: props.source.data.meta_data.example
}
sheet_id: props.source.data.meta_data.sheet_id,
sheet_name: props.source.data.meta_data.sheet_name
},
});
Expand Down

0 comments on commit 68a1717

Please sign in to comment.