From 329c96941ee663830cd9c6278205a154971f3e0f Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Mon, 27 Jan 2025 13:27:31 -0500 Subject: [PATCH] fix typo in plugin-dataset-select preventing showing dropdown (#3410) --- jdaviz/components/plugin_dataset_select.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jdaviz/components/plugin_dataset_select.vue b/jdaviz/components/plugin_dataset_select.vue index 0adcba83f8..b5f62b12c8 100644 --- a/jdaviz/components/plugin_dataset_select.vue +++ b/jdaviz/components/plugin_dataset_select.vue @@ -68,8 +68,7 @@ module.exports = { props: ['items', 'selected', 'label', 'hint', 'rules', 'show_if_single_entry', 'multiselect', 'api_hint', 'api_hints_enabled'] - } -}; +}