chore: Minor fix

This commit is contained in:
iamsivin
2024-11-21 00:53:45 +05:30
parent 257a5ccf83
commit b919afa182
@@ -37,8 +37,6 @@ const ROUTE_MAPPINGS = {
};
const onClickViewDetails = async id => {
await store.dispatch('contacts/show', { id });
const dynamicRouteName =
ROUTE_MAPPINGS[route.name] || 'contacts_dashboard_edit_index';