Skip to content

Commit

Permalink
feat(xo-lite): feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
CzechSebastian committed Nov 14, 2024
1 parent 0aee141 commit 8e6bfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @xen-orchestra/web-core/lib/components/ui/panel/UiPanel.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- wip -->
<template>
<div class="ui-panel" :class="{ error: props.error }">
<div class="ui-panel" :class="{ error }">
<div v-if="slots.header" class="header">
<slot name="header" />
</div>
Expand All @@ -11,7 +11,7 @@
</template>

<script setup lang="ts">
const props = defineProps<{
defineProps<{
error?: boolean
}>()
Expand Down

0 comments on commit 8e6bfc9

Please sign in to comment.