mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
fix: clear previous error when installing extension
Title says it all, clear the previous error. Matches code already in the other extension path. Fixes #2463. Signed-off-by: Tim deBoer <git@tdeboer.ca>
This commit is contained in:
parent
d140776e6d
commit
9142c997ce
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ let logs: string[] = [];
|
|||
let logElement;
|
||||
|
||||
async function installDDExtensionFromImage() {
|
||||
errorInstall = '';
|
||||
logs.length = 0;
|
||||
installInProgress = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue