chore: renamed select template to send template

This commit is contained in:
Shariq Ansari 2024-04-24 12:50:40 +05:30
parent 3cc3701c56
commit 24a0f7a9b4
2 changed files with 1 additions and 11 deletions

View File

@ -46,7 +46,7 @@
</template>
</Button>
<Button
:label="__('Select Template')"
:label="__('Send Template')"
@click="showWhatsappTemplates = true"
/>
<Button variant="solid" @click="$refs.whatsappBox.show()">

View File

@ -51,16 +51,6 @@ for (let key in globalComponents) {
app.config.globalProperties.$dialog = createDialog
// socket.on('refetch_resource', (data) => {
// if (data.cache_key) {
// let resource =
// getCachedResource(data.cache_key) || getCachedListResource(data.cache_key)
// if (resource) {
// resource.reload()
// }
// }
// })
let socket
if (import.meta.env.DEV) {
frappeRequest({ url: '/api/method/crm.www.crm.get_context_for_dev' }).then(