-
{t('Dashboard not found')}
-
- {t('The dashboard "{{name}}" was not found in project "{{project}}".', {
- name: targetDashboardName,
- project: activeProject || urlProject,
- })}
-
-
- );
+ const headerMsg = t('Dashboard not found');
+ const bodyMsg = t('The dashboard "{{name}}" was not found in project "{{project}}".', {
+ name: targetDashboardName,
+ project: activeProject || urlProject,
+ });
+ return