Remove ridicelous Export CSV Warning message

This commit is contained in:
johnnyq
2024-12-11 16:30:42 -05:00
parent 8ab82d9edf
commit 4689b8c5c7
19 changed files with 1 additions and 59 deletions

View File

@@ -9,10 +9,6 @@
</div>
<form action="post.php" method="post" autocomplete="off">
<div class="modal-body bg-white">
<?php require_once "inc_export_warning.php";
?>
</div>
<div class="modal-footer bg-white">
<button type="submit" name="export_clients_csv" class="btn btn-primary text-bold"><i class="fas fa-fw fa-download mr-2"></i>Download CSV</button>