fix some small things
This commit is contained in:
parent
4dcffab5b0
commit
1fb09395fd
4 changed files with 14 additions and 21 deletions
|
|
@ -9,10 +9,10 @@ import { MediaDbSearchModal } from '../modals/MediaDbSearchModal';
|
|||
import { MediaType } from './MediaType';
|
||||
|
||||
export enum ModalResultCode {
|
||||
SUCCESS,
|
||||
SKIP,
|
||||
CLOSE,
|
||||
ERROR,
|
||||
SUCCESS = 'SUCCESS',
|
||||
SKIP = 'SKIP',
|
||||
CLOSE = 'CLOSE',
|
||||
ERROR = 'ERROR',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue