Added create short URL form

This commit is contained in:
Alejandro Celaya
2018-07-21 10:38:54 +02:00
parent b2fa86a917
commit d382ee8d95
8 changed files with 129 additions and 3 deletions

View File

@@ -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>;
}