Implemented short URLs deletion

This commit is contained in:
Alejandro Celaya
2018-09-16 10:47:17 +02:00
parent 2d6dda3576
commit f2d03203ae
8 changed files with 150 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ import { Collapse } from 'reactstrap';
import DateInput from '../common/DateInput';
import TagsSelector from '../tags/helpers/TagsSelector';
import CreateShortUrlResult from './helpers/CreateShortUrlResult';
import { createShortUrl, resetCreateShortUrl } from './reducers/shortUrlCreationResult';
import { createShortUrl, resetCreateShortUrl } from './reducers/shortUrlCreation';
export class CreateShortUrlComponent extends React.Component {
state = {