We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa3922 commit 40cd3c3Copy full SHA for 40cd3c3
packages/Webkul/Admin/src/Config/core_config.php
@@ -240,7 +240,7 @@
240
],
241
242
], [
243
- 'key' => 'general.magic_ai.pdf_generation',
+ 'key' => 'general.magic_ai.doc_generation',
244
'name' => 'admin::app.configuration.index.magic-ai.settings.doc-generation',
245
'info' => 'admin::app.configuration.index.magic-ai.settings.doc-generation-info',
246
'sort' => 2,
packages/Webkul/Admin/src/Resources/views/leads/index.blade.php
@@ -24,7 +24,7 @@
24
25
<div class="flex items-center gap-x-2.5">
26
<!-- Upload File for Lead Creation -->
27
- @if(core()->getConfigData('general.magic_ai.pdf_generation.enabled'))
+ @if(core()->getConfigData('general.magic_ai.doc_generation.enabled'))
28
@include('admin::leads.index.upload')
29
@endif
30
0 commit comments