Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Fixes #962
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Jul 30, 2019
1 parent b00b696 commit 9121b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UniversalDashboard.Materialize/Components/ud-grid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ export default class UdGrid extends React.Component {
noExport={this.props.noExport}
reload={this.reload.bind(this)}
loading={this.state.loading}
noPaging={this.props.noPaging}
/>]
: <div>No results found</div>}
</div>
Expand Down

0 comments on commit 9121b5d

Please sign in to comment.