2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-14 10:17:07 +00:00

Barcode scan tweaks (#10992)

* Remove duplicate tooltip

* Adjust default value

* docs update

* Tweak unit test

* Fix playwright tests
This commit is contained in:
Oliver
2025-12-11 16:19:47 +11:00
committed by GitHub
parent 0723c74567
commit 20c7a5b5b8
9 changed files with 49 additions and 13 deletions

View File

@@ -152,7 +152,7 @@ export const globalSearch = async (page: Page, query: string) => {
};
export const deletePart = async (name: string) => {
const api = await createApi();
const api = await createApi({});
const parts = await api
.get('part/', {
params: { search: name }