This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update i18n wrapper
production_process
MSI\2Fi
2 months ago
parent
6beca4fc3c
commit
7cb62c365c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/app/(main)/po/page.tsx
+ 0
- 1
src/app/(main)/po/page.tsx
View File
@@ -36,7 +36,6 @@ const PurchaseOrder: React.FC = async () => {
{t("Create Po")}
</Button> */}
</Stack>
<I18nProvider namespaces={["po", "common"]}>
<Suspense fallback={<PoSearch.Loading />}>
<PoSearch />
</Suspense>
Write
Preview
Loading…
Cancel
Save