Преглед на файлове

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',