mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 15:02:00 +08:00
Merge pull request #1057 from pranshuchittora/pranshuchittora/fix/resource-attribute-error-message
This commit is contained in:
commit
a2f570d78c
@ -206,7 +206,10 @@ function ResourceAttributesFilter(): JSX.Element | null {
|
||||
<Spin size="small" /> Loading...{' '}
|
||||
</span>
|
||||
) : (
|
||||
<span>No data available for {state.value}</span>
|
||||
<span>
|
||||
No resource attributes available to filter. Please refer docs to send
|
||||
attributes.
|
||||
</span>
|
||||
)
|
||||
}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user