fix: improve error handling in 'Almoxarifado' product search to notify users when server function is not found, and update API imports for better functionality

This commit is contained in:
2025-12-21 09:19:14 -03:00
parent e4ffc1ae2a
commit 06ab7369bd
3 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
'use node';
import { action } from '../_generated/server';
import { v } from 'convex/values';