Skip to content

Commit

Permalink
refactor: replace button with menuitem
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav C <pranavxc@gmail.com>
  • Loading branch information
pranavxc committed May 20, 2024
1 parent d92d98c commit 6f016b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,13 +443,13 @@ watchEffect(() => {
</div>
</NcMenuItem>

<NcButton v-if="!webHook && nestedLevel < 5" @click.stop="addFilterGroup()">
<NcMenuItem v-if="!webHook && nestedLevel < 5" @click.stop="addFilterGroup()">
<div class="flex items-center gap-1">
<!-- Add Filter Group -->
<component :is="iconMap.plusSquare" />
{{ $t('activity.addFilterGroup') }}
</div>
</NcButton>
</NcMenuItem>
</template>
</NcMenu>
</template>
Expand Down

1 comment on commit 6f016b5

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.207.1-pr-8429-20240520-1042

Please sign in to comment.