mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-04 18:53:01 +03:00
Implemented short URLs deletion
This commit is contained in:
parent
2d6dda3576
commit
f2d03203ae
8 changed files with 150 additions and 11 deletions
src/short-urls
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue