Skip to content

Commit

Permalink
forgot to save this file in previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <kialj876@gmail.com>
  • Loading branch information
kialj876 committed Oct 30, 2024
1 parent 8884e05 commit faac7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions strr-platform-web/app/components/connect/SystemBanner.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<script setup lang="ts">
const ldStore = useConnectLaunchdarklyStore()
const { $sanitize } = useNuxtApp()
defineProps({
dismissible: { type: Boolean, default: false },
icon: { type: String, default: 'i-mdi-information' }
})
const { $sanitize } = useNuxtApp()
const ldStore = useConnectLaunchdarklyStore()
const close = ref(false)
const message = ref('')
Expand Down

0 comments on commit faac7cb

Please sign in to comment.