fix: replace all occurrences of component_studly
=> vue_component
This commit is contained in:
parent
b642c98d40
commit
1d56a4c0d0
28 changed files with 88 additions and 88 deletions
|
@ -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]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue