Plugins: Set isFullyInstalled false on plugin uninstall (#92503)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user