aboutsummaryrefslogtreecommitdiff
path: root/src/components/SearchModal.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SearchModal.vue')
-rw-r--r--src/components/SearchModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SearchModal.vue b/src/components/SearchModal.vue
index f3bcb3e..369b632 100644
--- a/src/components/SearchModal.vue
+++ b/src/components/SearchModal.vue
@@ -8,7 +8,7 @@ export default defineComponent({
props: {
layoutTree: {type: Object as PropType<LayoutNode>, required: true},
tolMap: {type: Object as PropType<Map<string,TolNode>>, required: true},
- options: {type: Object, required: true},
+ uiOpts: {type: Object, required: true},
},
methods: {
closeClicked(evt: Event){