Skip to content

Commit

Permalink
Fix components.ts
Browse files Browse the repository at this point in the history
Fix optional type definitions for toolbar and tabularRep in Locale.translations
  • Loading branch information
RodrigoSKohl authored Jan 17, 2025
1 parent 5794e73 commit 8b87dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/interfaces/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ export interface Locale {
meter?: {
title?: string
}
tabularRep: {
tabularRep?: {
title?: string
downloadAsCSV?: string
}
toolbar: {
toolbar?: {
exportAsCSV?: string
exportAsJPG?: string
exportAsPNG?: string
Expand Down

0 comments on commit 8b87dc7

Please sign in to comment.