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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user