mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 12:40:33 +00:00
plugins: rename marketplace to plugin hub
This commit is contained in:
parent
2a6820064d
commit
2dc6bd54f2
26 changed files with 106 additions and 106 deletions
|
|
@ -45,8 +45,8 @@ const model = {
|
|||
},
|
||||
|
||||
async setTab(tab) {
|
||||
if (tab === "marketplace") {
|
||||
this.activeTab = "marketplace";
|
||||
if (tab === "pluginHub") {
|
||||
this.activeTab = "pluginHub";
|
||||
this.loading = false;
|
||||
return;
|
||||
}
|
||||
|
|
@ -60,7 +60,7 @@ const model = {
|
|||
},
|
||||
|
||||
async refresh() {
|
||||
if (this.activeTab === "marketplace") {
|
||||
if (this.activeTab === "pluginHub") {
|
||||
return;
|
||||
}
|
||||
await this.setTab(this.activeTab);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue