This commit is contained in:
Kenio 2025-09-22 12:01:32 -03:00
parent 8513831fa1
commit f29a4cca87
2 changed files with 3 additions and 1 deletions

View file

@ -1503,6 +1503,8 @@ function confirmFile(folder, table, action, id, file, target){
/** Pega a categoria do documento */
let documents_categorys_id = $('#documents_categorys_id').val();
$('#message').html('');
/** Verifica se a categoria já foi selecionada */
if(documents_categorys_id > 0){

View file

@ -67,7 +67,7 @@ try{
</select>
<div id="message" class="row"></div>
<div id="message" class="row m-2"></div>
</div>