Skip to content

Commit

Permalink
fix(frontend): fixing agent as tracing backend error (#3471)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar authored Dec 21, 2023
1 parent 8b69dec commit ea1fa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/models/DataStore.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const DataStore = ({
}: TRawDataStore): DataStore => ({
id,
name,
type,
type: (type as string) === 'agent' ? 'otlp' : type,
default: isDefault,
createdAt,
opensearch,
Expand Down

0 comments on commit ea1fa76

Please sign in to comment.