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
|
|
@ -10,8 +10,7 @@
|
|||
<body>
|
||||
<div x-data>
|
||||
<template x-if="$store.pluginInstallStore">
|
||||
<div x-create="$store.pluginInstallStore.setTab('store')"
|
||||
x-destroy="$store.pluginInstallStore.refreshPluginList()">
|
||||
<div x-create="$store.pluginInstallStore.setTab('store')">
|
||||
|
||||
<ul class="nav nav-tabs" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue