Browse Source

fix: icon consistency in toolbar

pull/6603/head
sreehari jayaraj 11 months ago
parent
commit
52f2fc006a
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/GroupByMenu.vue

2
packages/nc-gui/components/smartsheet/toolbar/GroupByMenu.vue

@ -275,7 +275,7 @@ onMounted(async () => {
type="text"
@click.stop="removeFieldFromGroupBy(i)"
>
<GeneralIcon icon="delete" class="" />
<component :is="iconMap.deleteListItem" />
</NcButton>
</a-tooltip>
</template>

Loading…
Cancel
Save