Publish => Upload

This commit is contained in:
Sean Yesmunt 2020-07-23 13:02:07 -04:00
parent fd6be7d3af
commit 201417efcf
21 changed files with 64 additions and 84 deletions
ui/component/fileDrop

View file

@ -30,7 +30,7 @@ type Props = {
const HIDE_TIME_OUT = 600;
const TARGET_TIME_OUT = 300;
const NAVIGATE_TIME_OUT = 400;
const PUBLISH_URL = `/$/${PAGES.PUBLISH}`;
const PUBLISH_URL = `/$/${PAGES.UPLOAD}`;
function FileDrop(props: Props) {
const { modal, history, openModal, updatePublishForm } = props;