fix delete button being accessible with no selections
This commit is contained in:
parent
0d18cbb935
commit
4b3f21a2b7
@ -198,6 +198,7 @@ async function loadSubscriptions(guildId) {
|
||||
if (!guildId)
|
||||
return;
|
||||
|
||||
$("#tableDeleteSelectedBtn").prop("disabled", true);
|
||||
clearExistingTableRows();
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user