fix: replace all occurrences of component_studly => vue_component

This commit is contained in:
Lance Edgar 2024-08-19 09:53:10 -05:00
parent b642c98d40
commit 1d56a4c0d0
28 changed files with 88 additions and 88 deletions

View file

@ -1697,7 +1697,7 @@ class Grid(WuttaGrid):
results['checked_rows'] = checked
# TODO: this seems a bit hacky, but is required for now to
# initialize things on the client side...
var = '{}CurrentData'.format(self.component_studly)
var = '{}CurrentData'.format(self.vue_component)
results['checked_rows_code'] = '[{}]'.format(
', '.join(['{}[{}]'.format(var, i) for i in checked]))