Publish => Upload
This commit is contained in:
parent
fd6be7d3af
commit
201417efcf
21 changed files with 64 additions and 84 deletions
ui/component/fileDrop
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue