Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/halo-dev/halo into pref/use…
Browse files Browse the repository at this point in the history
…-refactor-select
  • Loading branch information
LIlGG committed Aug 27, 2024
2 parents b1cc75a + ab6c20a commit 2cc254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/alerts/H2WarningAlert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { data: info } = useQuery<Info>({
</script>
<template>
<VAlert
v-if="!info?.database.name.startsWith('H2')"
v-if="info?.database.name.startsWith('H2')"
class="mt-3"
type="warning"
:title="$t('core.components.h2_warning_alert.title')"
Expand Down

0 comments on commit 2cc254a

Please sign in to comment.