Skip to content

Commit

Permalink
Merge pull request #215 from buggregator/issue/#96-inspector-page-imp…
Browse files Browse the repository at this point in the history
…rove

Issue/#96 inspector page improve
  • Loading branch information
Kreezag authored Aug 11, 2024
2 parents 2aea89a + 13fe3cf commit bd6af11
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 172 deletions.
2 changes: 1 addition & 1 deletion src/entities/inspector/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface InspectorTransaction {
}

export interface InspectorSegment {
model: 'segment' | string,
model: 'segment',
type: string,
label?: string,
host: {
Expand Down
Loading

0 comments on commit bd6af11

Please sign in to comment.