feat: implement material deletion functionality in 'Almoxarifado', including error handling for related stock movements and requests, and enhance user experience with confirmation modals
This commit is contained in:
@@ -280,9 +280,8 @@
|
||||
|
||||
// Sincronizar preview com value sempre que value mudar
|
||||
$effect(() => {
|
||||
if (value !== preview) {
|
||||
preview = value;
|
||||
}
|
||||
// Sempre sincronizar quando value mudar
|
||||
preview = value;
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user