Skip to content

Commit a174751

Browse files
committed
Merge branch 'main' into feature/directives
2 parents 490b077 + f3c056c commit a174751

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digma-ui",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"description": "Digma UI",
55
"scripts": {
66
"lint:eslint": "eslint --cache .",

src/components/Agentic/IncidentDetails/IncidentMetaData/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const IncidentMetaData = () => {
104104
</s.DividerContainer>
105105
<s.Attribute>
106106
<s.AttributeLabel>Status:</s.AttributeLabel>
107-
<s.AttributeValue>{data.status}</s.AttributeValue>
107+
<s.StatusAttributeValue>{data.status}</s.StatusAttributeValue>
108108
</s.Attribute>
109109
</s.AttributesList>
110110
{data.status === "pending" && (

0 commit comments

Comments
 (0)