From f24e7eb231daa6aa6d44fd486688cc81739590fb Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:28:47 +0530 Subject: [PATCH] fix: Missing required prop warning in account settings page (#13711) # Pull Request Template ## Description This PR fixes the console warning in development: `[Vue warn]: Missing required prop: "name"` on the account settings page. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? **Screenshot** image ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- .../dashboard/routes/dashboard/settings/account/Index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/dashboard/routes/dashboard/settings/account/Index.vue b/app/javascript/dashboard/routes/dashboard/settings/account/Index.vue index 2ec298f98..5be704c24 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/account/Index.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/account/Index.vue @@ -160,6 +160,7 @@ export default { @submit.prevent="updateAccount" >