Add modal-type for external links #22
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
export const CONFIRM_FILE_REMOVE = 'confirm_file_remove';
|
export const CONFIRM_FILE_REMOVE = 'confirm_file_remove';
|
||||||
|
export const CONFIRM_EXTERNAL_LINK = 'confirm_external_link';
|
||||||
export const INCOMPATIBLE_DAEMON = 'incompatible_daemon';
|
export const INCOMPATIBLE_DAEMON = 'incompatible_daemon';
|
||||||
export const FILE_TIMEOUT = 'file_timeout';
|
export const FILE_TIMEOUT = 'file_timeout';
|
||||||
export const DOWNLOADING = 'downloading';
|
export const DOWNLOADING = 'downloading';
|
||||||
|
|
Loading…
Reference in a new issue