mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 06:36:17 +00:00
Fix loading indicator. Fixes #188
This commit is contained in:
parent
5ca2c8a7cf
commit
bc39e44af8
|
@ -84,7 +84,7 @@ export class Search extends Component<any, SearchState> {
|
|||
communities: [],
|
||||
users: [],
|
||||
},
|
||||
loading: false,
|
||||
loading: true,
|
||||
site: this.isoData.site_res.site_view.site,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue