Skip to content

Commit

Permalink
remove checkbox from bottom table
Browse files Browse the repository at this point in the history
  • Loading branch information
DemogorGod committed Oct 27, 2023
1 parent 41e07c8 commit 7fb4b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/web/src/pages/operators/Operator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ const selectedHeader = ref('walletProvider')
const selectedOrientation = ref('ascending')
const operatorTableHeaders = ref(
[
{
title: '',
value: 'blank_column'
},
// {
// title: '',
// value: 'blank_column'
// },
{
title: 'Operator ID',
value: 'id'
Expand Down

0 comments on commit 7fb4b61

Please sign in to comment.