소스 검색

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,
   sorter: true,
   pure: true,
   pure: true,
   width: 100,
   width: 100,
-  fixed: 'right',
 }, {
 }, {
   title: () => $gettext('Actions'),
   title: () => $gettext('Actions'),
   dataIndex: 'actions',
   dataIndex: 'actions',