Skip to content

Commit d6fc211

Browse files
authored
fix(studio): Agent DataView row selection column pinning (#1373)
Signed-off-by: Nicholas Kolean <nakolean@gmail.com>
1 parent 2c3f3e9 commit d6fc211

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • web/packages/studio/src/components/dataViews/AgentsDataView

web/packages/studio/src/components/dataViews/AgentsDataView/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ export const AgentsTable: FC<CombinedAgentsTableProps> = ({
110110

111111
const dataViewState = useStudioDataViewState({
112112
defaultSort: [{ id: 'created_at', desc: true }],
113-
columnPinning: {
114-
right: ['row-actions'],
115-
},
116113
});
117114

118115
// `keepPreviousData` keeps the previous workspace's rows on screen after a switch,

0 commit comments

Comments
 (0)