Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
make typescript happy with the refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Jun 8, 2024
1 parent 9acbcc0 commit 151a178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/flags.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { FeatureFlag, DEFAULT_FEATURE_FLAGS, saveFeatureFlags } from '~/composables/featureFlags.ts'
const flags = useFeatureFlags()
const flags = shallowReactive(useFeatureFlags().value)
</script>

<template>
Expand Down

0 comments on commit 151a178

Please sign in to comment.