This commit is contained in:
parent
f742f0460a
commit
bc17be4853
1 changed files with 4 additions and 1 deletions
|
|
@ -795,10 +795,13 @@ function checkFields() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function clearFields() { //TODO add new fields
|
function clearFields() {
|
||||||
document.getElementById('txtIdNew').value = '';
|
document.getElementById('txtIdNew').value = '';
|
||||||
document.getElementById('txtNameNew').value = '';
|
document.getElementById('txtNameNew').value = '';
|
||||||
document.getElementById('txtTextNew').value = '';
|
document.getElementById('txtTextNew').value = '';
|
||||||
|
document.getElementById('chatGPTWebModelNew').value = '';
|
||||||
|
document.getElementById('chatGPTWebProjectNew').value = '';
|
||||||
|
document.getElementById('chatGPTWebCustomGPTNew').value = '';
|
||||||
document.getElementById('selectTypeNew').value = '0';
|
document.getElementById('selectTypeNew').value = '0';
|
||||||
document.getElementById('selectActionNew').value = '0';
|
document.getElementById('selectActionNew').value = '0';
|
||||||
document.getElementById('checkboxNeedSelectedNew').value = '0';
|
document.getElementById('checkboxNeedSelectedNew').value = '0';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue