Fix type errors
This commit is contained in:
@ -17,7 +17,7 @@ import SecretGroup from '@/components/secrets/SecretGroup.vue'
|
||||
import SecretGroupTreeItem from '@/components/secrets/SecretGroupTreeItem.vue'
|
||||
import SecretGroupTreeEntry from '@/components/secrets/SecretGroupTreeEntry.vue'
|
||||
|
||||
const props = defineProps<{ group: SecretGroup; except?: string }>()
|
||||
const props = defineProps<{ group: ClientSecretGroup; except?: string }>()
|
||||
|
||||
const groupPath = toRef(() => props.group.path)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user