mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 20:20:42 +00:00
Revert refresh button style from 'confirm' to default in plugin list
Change refresh button back to default style (removing 'confirm' class) to restore original styling after previous button style swap.
This commit is contained in:
parent
dcf4370850
commit
f0946138be
2 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
</div>
|
||||
<div class="plugins-toolbar-actions">
|
||||
<button type="button"
|
||||
class="button confirm"
|
||||
class="button"
|
||||
title="Refresh"
|
||||
@click="$store.pluginListStore.refresh()"
|
||||
:disabled="$store.pluginListStore.loading">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue