File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2717,7 +2717,7 @@ <h3 class="text-lg font-bold dark:text-gray-200">
27172717 <h5
27182718 class="text-xs font-medium text-gray-700 dark:text-gray-300 mb-2"
27192719 >
2720- 📊 Import Results
2720+ 📊 validate Import
27212721 </h5>
27222722 <div class="grid grid-cols-3 gap-2 mb-2">
27232723 <div class="bg-white dark:bg-gray-800 rounded p-2 text-center border">
@@ -11419,10 +11419,10 @@ <h3 class="text-sm font-medium text-red-800 dark:text-red-200">
1141911419 window.showDropdownActionButtons = function() {
1142011420 const actionButtonsHtml = `<div class="mt-3 flex justify-center space-x-2">
1142111421 <button onclick="toggleBulkImportDropdown()" class="px-3 py-1 text-xs bg-gray-600 text-white rounded hover:bg-gray-700">
11422- Close
11422+ Discard
1142311423 </button>
1142411424 <button onclick="toggleBulkImportDropdown(); window.location.reload();" class="px-3 py-1 text-xs bg-blue-600 text-white rounded hover:bg-blue-700">
11425- 🔄 Refresh Page
11425+ 🔄 Execute Import
1142611426 </button>
1142711427 </div>`;
1142811428
You can’t perform that action at this time.
0 commit comments