Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Oct 16, 2023
1 parent af5263f commit e88f6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin_ui/tables/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def render(self, *, record, value, **kwargs):
value (str): A value which will be displayed in the table
"""
if value is None or value == '':
value = A(self.update_accessor).resolve(record)
value = A(self.backup_accessor).resolve(record)

return self._get_processed_value(value) or "---"

Expand Down

0 comments on commit e88f6f6

Please sign in to comment.