Merge pull request #2900 from EnesSacid-Buker/app-show

App show page active tab issue
This commit is contained in:
Cüneyt Şentürk 2023-02-22 15:58:15 +03:00 committed by GitHub
commit d69c76074c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
@endif @endif
</div> </div>
<div class="relative w-full lg:w-5/12" x-data="{ price_type : 'yearly' }"> <div class="relative w-full lg:w-5/12" x-data="{ price_type : {{ $module->where_to_use[0] == 'cloud' ? "'lifetime'" : "'yearly'" }} }">
<div class="flex flex-col space-y-6"> <div class="flex flex-col space-y-6">
<div class="flex flex-col cursor-default"> <div class="flex flex-col cursor-default">
<div class="flex flex-col space-y-4"> <div class="flex flex-col space-y-4">