Преглед изворни кода

refactor: remove fixed property from columns in site list

Jacky пре 2 месеци
родитељ
комит
6821a87eb3
1 измењених фајлова са 0 додато и 1 уклоњено
  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',