diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-22 17:13:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-22 17:14:44 +0200 |
commit | 60c2bc80b82c71bd63bdb1fcf64d4d49491ce5c8 (patch) | |
tree | f9479065dc5d28bca46120ab0a29ed7074ab5fff /client/src/app/shared/misc | |
parent | 4334445d043252661e62cf97f76b67a2c43e3750 (diff) | |
download | PeerTube-60c2bc80b82c71bd63bdb1fcf64d4d49491ce5c8.tar.gz PeerTube-60c2bc80b82c71bd63bdb1fcf64d4d49491ce5c8.tar.zst PeerTube-60c2bc80b82c71bd63bdb1fcf64d4d49491ce5c8.zip |
Go back when cancel NSFW modal
Instead of redirecting on the homepage
Diffstat (limited to 'client/src/app/shared/misc')
-rw-r--r-- | client/src/app/shared/misc/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/misc/constants.ts b/client/src/app/shared/misc/constants.ts new file mode 100644 index 000000000..bb4a0884e --- /dev/null +++ b/client/src/app/shared/misc/constants.ts | |||
@@ -0,0 +1 @@ | |||
export const POP_STATE_MODAL_DISMISS = 'pop state dismiss' | |||