Skip to content
Snippets Groups Projects
Commit 9c39f3e0 authored by Toufic Batache's avatar Toufic Batache
Browse files

Variable déplacée

parent 1fa438d7
No related branches found
No related tags found
1 merge request!158Bouton et modale simulation budget et autre évolution UI du budget
Pipeline #10178 passed
......@@ -79,8 +79,6 @@
export let data: PageData
let isBudgetConnexionModalOpen = false
let animationEndedTimeoutId = undefined
const billName = getContext("billName") as Writable<string | undefined>
const budgetSimulation = getContext("budgetSimulation") as Writable<
......@@ -141,6 +139,7 @@
[name: string]: Set<string>
}>
>
let isBudgetConnexionModalOpen = false
const isSearchActive = getContext("isSearchActive") as Writable<boolean>
let isTestCaseSelectModalOpen = false
let isUserModificationsOpen = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment