We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c45602 commit b37e68eCopy full SHA for b37e68e
client/app/pages/queries-list/QueriesList.jsx
@@ -72,7 +72,7 @@ const listColumns = [
72
width: null,
73
}
74
),
75
- Columns.avatar.sortable({ title: "Created By" , field: "user", orderByField: "created_by", width: "1%" }),
+ Columns.avatar.sortable({ title: "Created By", field: "user", orderByField: "created_by", width: "1%" }),
76
Columns.dateTime.sortable({ title: "Created At", field: "created_at", width: "1%" }),
77
Columns.dateTime.sortable({
78
title: "Last Executed At",
0 commit comments