mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
fix: click binding
This commit is contained in:
@@ -51,7 +51,7 @@ onMounted(() => {
|
|||||||
:is-empty="!customTools.length"
|
:is-empty="!customTools.length"
|
||||||
:feature-flag="FEATURE_FLAGS.CAPTAIN_CUSTOM_TOOLS"
|
:feature-flag="FEATURE_FLAGS.CAPTAIN_CUSTOM_TOOLS"
|
||||||
@update:current-page="onPageChange"
|
@update:current-page="onPageChange"
|
||||||
@button-click="openCreateDialog"
|
@click="openCreateDialog"
|
||||||
>
|
>
|
||||||
<template #paywall>
|
<template #paywall>
|
||||||
<CaptainPaywall />
|
<CaptainPaywall />
|
||||||
|
|||||||
Reference in New Issue
Block a user