diff --git a/scripts/pi-hole/js/groups-clients.js b/scripts/pi-hole/js/groups-clients.js
index 18762c67..7b775d87 100644
--- a/scripts/pi-hole/js/groups-clients.js
+++ b/scripts/pi-hole/js/groups-clients.js
@@ -32,6 +32,10 @@ function reload_client_suggestions() {
sel.append($("").val(key).text(text));
}
+ if (data.length === 0) {
+ $("#ip-custom").prop("disabled", false);
+ }
+
sel.append($("").val("custom").text("Custom, specified below..."));
if (customWasSelected) {
sel.val("custom");