Allow editing SKU value from the Edit SKU modal
Build and push image / build (push) Successful in 54s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 15:19:43 -04:00
parent 00a76a10d7
commit 82a72805cf
3 changed files with 26 additions and 7 deletions
+1
View File
@@ -38,6 +38,7 @@ export const api = {
updateProduct: (
id: string,
body: Partial<{
sku: string;
type: string;
kind: "bulk" | "discrete";
strainId: string | null;