Browse Source

refactor: remove fixed property from columns in site list

Jacky 1 month ago
parent
commit
6821a87eb3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/src/views/site/site_list/columns.tsx

+ 0 - 1
app/src/views/site/site_list/columns.tsx

@@ -137,7 +137,6 @@ const columns: StdTableColumn[] = [{
   sorter: true,
   pure: true,
   width: 100,
-  fixed: 'right',
 }, {
   title: () => $gettext('Actions'),
   dataIndex: 'actions',