Home › Forums › Modern DFFS › Bug found in 1.0.71.0 › Reply To: Bug found in 1.0.71.0
November 1, 2024 at 12:39
#38200
I tried this workaround but I found that the button and the message have the same DIV id
So I am currently hiding the message using the class name in custom css:
.vLookup_empty_72a09689{
display:none;
}