mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +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
|
|
@ -8,8 +8,7 @@
|
|||
<body>
|
||||
<div x-data>
|
||||
<template x-if="$store.pluginInstallStore?.selectedPlugin">
|
||||
<div class="pi-detail-container"
|
||||
x-destroy="$store.pluginInstallStore.refreshPluginList()">
|
||||
<div class="pi-detail-container">
|
||||
<div class="pi-hero">
|
||||
<div class="pi-hero-thumb">
|
||||
<template x-if="$store.pluginInstallStore.getDetailThumbnailUrl()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue