Plugins: Set isFullyInstalled false on plugin uninstall (#92503)

This commit is contained in:
Hugo Kiyodi Oshiro
2024-08-28 09:50:48 +02:00
committed by GitHub
parent 85ef26a85d
commit af976c9a0b
@@ -235,7 +235,7 @@ export const uninstall = createAsyncThunk<Update<CatalogPlugin, string>, string>
return {
id,
changes: { isInstalled: false, installedVersion: undefined },
changes: { isInstalled: false, installedVersion: undefined, isFullyInstalled: false },
};
} catch (e) {
console.error(e);