Browse Source
Merge pull request #19321 from abpframework/auto-merge/rel-8-0/2587
Merge branch rel-8.1 with rel-8.0
pull/19322/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.BlazoriseUI/Components/AbpExtensibleDataGrid.razor
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
<EmptyTemplate> |
|
|
|
<Row Class="w-100 align-items-center" Style="height: 150px;"> |
|
|
|
<Column> |
|
|
|
<Heading Size="HeadingSize.Is4" Alignment="TextAlignment.Center">No data available</Heading> |
|
|
|
<Heading Size="HeadingSize.Is4" TextAlignment="TextAlignment.Center">No data available</Heading> |
|
|
|
</Column> |
|
|
|
</Row> |
|
|
|
</EmptyTemplate> |
|
|
|
|