Fix DB picker, theme picker per Buefy conventions

This commit is contained in:
Lance Edgar 2023-11-17 17:00:50 -06:00
parent dd9e41f651
commit e39581695f
2 changed files with 11 additions and 5 deletions
tailbone/views

View file

@ -2783,7 +2783,7 @@ class MasterView(View):
# would therefore share the "current" engine)
selected = self.get_current_engine_dbkey()
kwargs['expose_db_picker'] = True
kwargs['db_picker_options'] = [tags.Option(k) for k in engines]
kwargs['db_picker_options'] = [tags.Option(k, value=k) for k in engines]
kwargs['db_picker_selected'] = selected
# add info for downloadable input file templates, if any