mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fixes
This commit is contained in:
parent
89e0856824
commit
f931ba405b
@ -344,7 +344,7 @@ class FileManagementFormView(MultiStepFormView):
|
||||
show_data = []
|
||||
|
||||
for idx, item in enumerate(row_data):
|
||||
column_data ={
|
||||
column_data = {
|
||||
'cell': item,
|
||||
'idx': idx,
|
||||
'column': self.columns[idx],
|
||||
|
Loading…
Reference in New Issue
Block a user