feat: delete zoom accounts from settings

This commit is contained in:
Jannat Patel
2025-05-27 11:40:22 +05:30
parent 0d1fac321a
commit af05b614a9
5 changed files with 170 additions and 23 deletions

View File

@@ -163,6 +163,11 @@
doctype="LMS Zoom Settings"
:label="__('Zoom Account')"
v-model="batch.zoom_account"
:onCreate="
(value, close) => {
openSettings('Zoom Accounts', close)
}
"
/>
</div>
<div class="space-y-5">