mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 19:43:49 +00:00
Added create short URL form
This commit is contained in:
@@ -44,6 +44,7 @@ export class ShortUrlsList extends React.Component {
|
||||
|
||||
renderShortUrls() {
|
||||
const { shortUrlsList, selectedServer, loading } = this.props;
|
||||
console.log('Is loading?: ', loading);
|
||||
if (loading) {
|
||||
return <tr><td colSpan="6" className="text-center">Loading...</td></tr>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user