Commit 30f6619
authored
Fix metrics representation in TenancySerializer (#452)
This was mistakenly updated during code formatting to return a tuple
with a single element, rather than a bare string. This caused the UI to
panic as it was trying to apply string functions to a list object.
Restore the original string representation to fix the UI panic.1 parent 495d77c commit 30f6619
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments