mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
remove redundant x-destroy attributes in plugin-related HTML files
This commit is contained in:
parent
cee6879c0e
commit
abdb354d26
5 changed files with 6 additions and 8 deletions
|
|
@ -730,7 +730,8 @@ const model = {
|
|||
|
||||
/** Refresh related list views after installer/detail actions. */
|
||||
refreshPluginList() {
|
||||
if (pluginListStore.activeTab === "marketplace") {
|
||||
const marketplaceActive = pluginListStore.activeTab === "marketplace";
|
||||
if (marketplaceActive) {
|
||||
void this.fetchIndex();
|
||||
}
|
||||
pluginListStore.refresh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue