Skip to content

Commit

Permalink
TASK: fixup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehoffmann30 committed Feb 10, 2023
1 parent 38b3e53 commit a29faec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ const ReplaceAssetDialog: React.FC = () => {

if (hasApprovalToReplaceAsset) {
try {
await replaceAsset({ asset: selectedAsset, file, options: replacementOptions });
const result = await replaceAsset({ asset: selectedAsset, file, options: replacementOptions });

Notify.ok(translate('uploadDialog.replacementFinished', 'Replacement finished'));
closeDialog();
void refetchAssets();
Expand Down

0 comments on commit a29faec

Please sign in to comment.