Skip to content

Commit

Permalink
fix(front): change RestockType to Fournisseur
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptTF committed Apr 29, 2024
1 parent c6fd5d3 commit d0befd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/routes/panel/products/fournisseur/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ItemPrices,
UpdateItem,
AccountPriceRole,
RestockType
Fournisseur
} from '$lib/api';
import ConfirmationPopup from '$lib/components/confirmationPopup.svelte';
import { api } from '$lib/config/config';
Expand Down Expand Up @@ -61,7 +61,7 @@
let rebounceTimeout: number | null = null;
let searchFournisseur: RestockType | undefined = undefined;
let searchFournisseur: Fournisseur | undefined = undefined;
let searchCategory: string | undefined = undefined;
let searchName: string | undefined = undefined;
Expand Down

0 comments on commit d0befd3

Please sign in to comment.