diff --git a/bale/tabs/history.py b/bale/tabs/history.py index 22bd45e..14d4199 100644 --- a/bale/tabs/history.py +++ b/bale/tabs/history.py @@ -53,7 +53,6 @@ class History(Tab): "field": "status", "filter": "agTextColumnFilter", "maxWidth": 100, - # "cellDataType": "text", "cellClassRules": { "text-red-300": "x == 'error'", "text-green-300": "x == 'success'",