Merge pull request #1057 from pranshuchittora/pranshuchittora/fix/resource-attribute-error-message

This commit is contained in:
palash-signoz 2022-05-04 14:11:57 +05:30 committed by GitHub
commit a2f570d78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
)
}
/>