bugfix
This commit is contained in:
parent
777566f414
commit
8755c634ad
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ function FileActions(props: Props) {
|
|||
className="button--file-action"
|
||||
icon={ICONS.EDIT}
|
||||
label={__('Edit')}
|
||||
navigate="/$/upload?type=livestream"
|
||||
navigate={`/$/upload${isLivestreamClaim ? '?type=livestream' : ''}`}
|
||||
onClick={() => {
|
||||
prepareEdit(claim, editUri, fileInfo);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue