Merge pull request #5889 from eufelipemateus/fix-key-settings

[Bug Fix] Fix key settings
pull/5914/head
daniel 8 months ago committed by GitHub
commit 03247b64e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,7 +49,7 @@
<input type="checkbox" name="check" class="form-control check-all">
</th> --}}
<th scope="col">{{__('settings.relationships.username')}}</th>
<th scope="col">{{__('settings.relationship.action')}}</th>
<th scope="col">{{__('settings.relationships.action')}}</th>
</tr>
</thead>
<tbody>
@ -90,7 +90,7 @@
background-color: #F7FAFC;
}
</style>
@endpush
@endpush
@push('scripts')
<script type="text/javascript">
$(document).ready(() => {

Loading…
Cancel
Save