We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Used in
1 parent 0ae7676 commit 5e60eb6Copy full SHA for 5e60eb6
ui/components/RegexTable.vue
@@ -109,7 +109,7 @@ const currentRegex = shallowRef<RegexInfo | null>(null)
109
</template>
110
</Column>
111
112
- <Column field="files" header="Used in" sortable header-class="pr-4">
+ <Column field="filesCalled.length" header="Used in" sortable header-class="pr-4">
113
<template #body="{ data }">
114
<div flex="~ gap-1 items-center justify-end">
115
<Dropdown>
0 commit comments