Remove some references to "buefy" name within docstrings, comments

This commit is contained in:
Lance Edgar 2024-04-14 20:30:52 -05:00
parent c036932ce4
commit ba521abf4f
6 changed files with 13 additions and 18 deletions

View file

@ -341,8 +341,7 @@ class AppSettingsView(View):
# specify error / message if applicable
# TODO: not entirely clear to me why some field errors are
# represented differently? presumably it depends on
# whether Buefy is used by the theme.
# represented differently?
if field.error:
s['error'] = True
if isinstance(field.error, colander.Invalid):