Skip to content

Commit

Permalink
fix: fix broken stay in touch frequency input (#4969)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVanacco authored Mar 16, 2021
1 parent ca21705 commit 500ecc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/js/manifest.js": "/js/manifest.js?id=7db827d654313dce4250",
"/js/vendor.js": "/js/vendor.js?id=a2671f1f2829c9ed064b",
"/js/app.js": "/js/app.js?id=bef2cb7cade956c77c81",
"/js/app.js": "/js/app.js?id=d50cd08fa76231e8e22d",
"/css/app-ltr.css": "/css/app-ltr.css?id=6692a71ca14db902783a",
"/css/app-rtl.css": "/css/app-rtl.css?id=299da475e28cc291a9a6",
"/css/stripe.css": "/css/stripe.css?id=04066fb482310d18299c",
Expand Down
4 changes: 2 additions & 2 deletions resources/js/components/people/StayInTouchLabel.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
</script>
<script>
export default {
props: {
value: {
Expand All @@ -16,5 +16,5 @@ export default {
createElement('span', texts[1]),
]);
},
}
};
</script>

0 comments on commit 500ecc8

Please sign in to comment.