fix: click binding

This commit is contained in:
Shivam Mishra
2025-10-03 19:22:56 +05:30
parent af528353a2
commit 5b8554d216

View File

@@ -51,7 +51,7 @@ onMounted(() => {
:is-empty="!customTools.length"
:feature-flag="FEATURE_FLAGS.CAPTAIN_CUSTOM_TOOLS"
@update:current-page="onPageChange"
@button-click="openCreateDialog"
@click="openCreateDialog"
>
<template #paywall>
<CaptainPaywall />