* remove dead code.

This commit is contained in:
Chenjianyu
2023-07-10 14:35:35 +08:00
parent dcfe10a7fa
commit 911120b4b6
@@ -460,7 +460,6 @@ $(function()
/* Toggle disabled submit button. */
window.dataSourceStore.subscribe(function(value)
{
_isPromptDesignStepComplete = !!value.length;
$('#submit').attr('disabled', !value.length);
});