no need for isInstance param
This commit is contained in:
parent
d246e01dd7
commit
a65fd5ddb2
@ -232,7 +232,7 @@ const openFilterForm = async id => {
|
||||
$("#formWhitelist").prop("checked", data.is_whitelist);
|
||||
$("#formInsensitive").prop("checked", data.is_insensitive);
|
||||
|
||||
HSSelect.getInstance("#formAlgorithm", true) //setValue(data.algorithm);
|
||||
HSSelect.getInstance("#formAlgorithm").setValue(data.algorithm);
|
||||
}
|
||||
|
||||
HSOverlay.open($("#filterModal").get(0));
|
||||
|
Loading…
x
Reference in New Issue
Block a user