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
|
|
@ -18,7 +18,7 @@
|
|||
<template x-if="context">
|
||||
<div>
|
||||
<div x-create="context.onModalOpen(); (() => { const modal = $el.closest('.modal'); if (modal) modal.__pluginSettingsContext = context; })()"
|
||||
x-destroy="context.cleanup(); $store.pluginListStore?.refresh()">
|
||||
x-destroy="context.cleanup()">
|
||||
|
||||
<!-- Context toolbar: Project + Agent profile (only when at least one scope is configurable) -->
|
||||
<div class="plugin-settings-scope-section"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue