fix delete button being accessible with no selections

This commit is contained in:
Corban-Lee Jones 2024-04-26 01:17:27 +01:00
parent 0d18cbb935
commit 4b3f21a2b7

View File

@ -198,6 +198,7 @@ async function loadSubscriptions(guildId) {
if (!guildId)
return;
$("#tableDeleteSelectedBtn").prop("disabled", true);
clearExistingTableRows();
try {