fix: danger intent fields.

This commit is contained in:
a.bouhuolia
2021-08-03 14:30:50 +02:00
parent 15bc34d866
commit aab56662a5
13 changed files with 124 additions and 48 deletions

View File

@@ -28,7 +28,7 @@ const queryConfig = {
function GlobalFetchQuery({
children
}) {
window.localStorage.setItem('lang', 'ar-ly');
window.localStorage.setItem('lang', 'en');
return children
}