chore: Update buttons in automation page (#11124)

This commit is contained in:
Sivin Varghese
2025-03-20 21:18:57 +05:30
committed by GitHub
parent 2310d92805
commit 3cf3aca760
5 changed files with 74 additions and 67 deletions

View File

@@ -1,6 +1,11 @@
<script>
import NextButton from 'dashboard/components-next/button/Button.vue';
export default {
name: 'FilterInput',
components: {
NextButton,
},
props: {
modelValue: {
type: Object,
@@ -242,12 +247,7 @@ export default {
:placeholder="$t('FILTER.INPUT_PLACEHOLDER')"
/>
</div>
<woot-button
icon="dismiss"
variant="clear"
color-scheme="secondary"
@click="removeFilter"
/>
<NextButton icon="i-lucide-x" slate ghost @click="removeFilter" />
</div>
<p v-if="errorMessage" class="filter-error">
{{ errorMessage }}