Fix TypeScript compilation errors in frontend components
- Remove unused variables in ApplicationInfo, ArchitectureDebugPage - Fix type errors in Dashboard, GovernanceAnalysis, GovernanceModelHelper (PageHeader description prop) - Add null checks and explicit types in DataValidationDashboard - Fix ObjectDetailModal type errors for _jiraCreatedAt and Date constructor - Remove unused imports and variables in SchemaConfigurationSettings - Update PageHeader to accept string | ReactNode for description prop
This commit is contained in:
@@ -254,7 +254,7 @@ export default function ApplicationInfo() {
|
||||
setRefreshMessage(null);
|
||||
|
||||
try {
|
||||
const result = await refreshApplication(id);
|
||||
await refreshApplication(id);
|
||||
setRefreshMessage('Applicatie succesvol gesynchroniseerd vanuit Jira');
|
||||
|
||||
// Reload the application data after a short delay to show the success message
|
||||
|
||||
Reference in New Issue
Block a user