We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e163f38 commit bbd78c1Copy full SHA for bbd78c1
app/javascript/src/dashboard.js
@@ -71,7 +71,7 @@ const defineCaseContactsTable = function () {
71
if (data.role === 'Supervisor') {
72
editPath = `/supervisors/${data.id}/edit`
73
} else if (data.role === 'Casa Admin') {
74
- editPath = `/users/edit`
+ editPath = '/users/edit'
75
} else {
76
editPath = `/volunteers/${data.id}/edit`
77
}
0 commit comments