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"
|
className="button--file-action"
|
||||||
icon={ICONS.EDIT}
|
icon={ICONS.EDIT}
|
||||||
label={__('Edit')}
|
label={__('Edit')}
|
||||||
navigate="/$/upload?type=livestream"
|
navigate={`/$/upload${isLivestreamClaim ? '?type=livestream' : ''}`}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
prepareEdit(claim, editUri, fileInfo);
|
prepareEdit(claim, editUri, fileInfo);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue