fix: resource attribute error message

This commit is contained in:
Pranshu Chittora 2022-05-04 13:52:44 +05:30
parent 1851e76bca
commit ef209e11d5
No known key found for this signature in database
GPG Key ID: 3A9E57A016CC0626

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