浏览代码

fix: add sonner dependency for toast notifications

- Add sonner@^1.5.0 to webui dependencies
- Fixes build error in queue page where toast notifications are used
- Enables proper user feedback for queue actions
Fszontagh 3 月之前
父节点
当前提交
6c02197ac0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      webui/package.json

+ 2 - 1
webui/package.json

@@ -20,7 +20,8 @@
     "next-themes": "^0.4.6",
     "react": "19.2.0",
     "react-dom": "19.2.0",
-    "react-syntax-highlighter": "^15.6.1"
+    "react-syntax-highlighter": "^15.6.1",
+    "sonner": "^1.5.0"
   },
   "devDependencies": {
     "@tailwindcss/postcss": "^4",