mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-29 07:01:52 +00:00
Added proper loading status handling to short URLs list
This commit is contained in:
@@ -16,5 +16,6 @@ export function ShortUrls(props) {
|
||||
}
|
||||
|
||||
export default connect(state => ({
|
||||
shortUrlsList: state.shortUrlsList
|
||||
shortUrlsList: state.shortUrlsList.shortUrls,
|
||||
loading: state.shortUrlsList.loading,
|
||||
}))(ShortUrls);
|
||||
|
||||
Reference in New Issue
Block a user