Skip to content

Commit bca1476

Browse files
fix(extension): refresh plugin market install state after install (AstrBotDevs#6124)
* fix(extension): refresh market install state after plugin install * chore: remove redundant call Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fbcbde0 commit bca1476

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dashboard/src/views/extension/useExtensionPage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,7 @@ export const useExtensionPage = () => {
13091309
onLoadingDialogResult(1, resData.message);
13101310
dialog.value = false;
13111311
await getExtensions();
1312+
checkAlreadyInstalled();
13121313

13131314
viewReadme({
13141315
name: resData.data.name,

0 commit comments

Comments
 (0)