chore: renamed select template to send template
This commit is contained in:
parent
3cc3701c56
commit
24a0f7a9b4
@ -46,7 +46,7 @@
|
||||
</template>
|
||||
</Button>
|
||||
<Button
|
||||
:label="__('Select Template')"
|
||||
:label="__('Send Template')"
|
||||
@click="showWhatsappTemplates = true"
|
||||
/>
|
||||
<Button variant="solid" @click="$refs.whatsappBox.show()">
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user