Credentials: Fix broken page if no clients exist, which also fixes dont show share modal if GET client_id is not set

This commit is contained in:
johnnyq
2025-08-25 17:32:15 -04:00
parent f6c0f840fe
commit af7f1f30ad
2 changed files with 5 additions and 5 deletions

View File

@@ -35,11 +35,9 @@
</select>
<div class="input-group-append">
<button class="btn btn-secondary" type="button"
data-toggle="ajax-modal"
<button class="btn btn-secondary ajax-modal" type="button"
data-modal-size="sm"
data-ajax-url="ajax/ajax_tag_add.php"
data-ajax-id="4">
data-modal-url="../admin/modals/tag/tag_add.php?id=4">
<i class="fas fa-plus"></i>
</button>
</div>