Skip to content

Commit

Permalink
Undo row defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
SpennyNDaJets committed May 13, 2024
1 parent a80040e commit df09e45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ const TIMESTAMP_COLUMN: LogCustomColumn = {
id: 'timestamp',
label: 'Timestamp',
type: 'datetime',
size: '2fr',
size: '175px',
accessKey: 'timestamp',
}

const LEVEL_COLUMN: LogCustomColumn = {
id: 'level',
label: 'Level',
type: 'level',
size: '1fr',
size: '75px',
accessKey: 'level',
}

Expand Down

0 comments on commit df09e45

Please sign in to comment.