Merge branch 'staging' of https://dev.sismedika.online/febio/aso into staging
This commit is contained in:
@@ -317,7 +317,8 @@ function handleChangeTab(event: React.SyntheticEvent, newValue: string) {
|
|||||||
: Object.fromEntries([...searchParams.entries(), ['order', order], ['orderBy', orderBy]]);
|
: Object.fromEntries([...searchParams.entries(), ['order', order], ['orderBy', orderBy]]);
|
||||||
|
|
||||||
const response = await axios.get(`/get-request-log`, {
|
const response = await axios.get(`/get-request-log`, {
|
||||||
params: { ...parameters, type: 'request-log' },
|
params: { ...parameters, order: order,
|
||||||
|
orderBy: orderBy, type: 'request-log' },
|
||||||
});
|
});
|
||||||
setData(
|
setData(
|
||||||
response.data.data.map((obj: any) => ({
|
response.data.data.map((obj: any) => ({
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ export default defineConfig({
|
|||||||
// This changes the out put dir from dist to build
|
// This changes the out put dir from dist to build
|
||||||
// comment this out if that isn't relevant for your project
|
// comment this out if that isn't relevant for your project
|
||||||
build: {
|
build: {
|
||||||
|
manifest: true,
|
||||||
outDir: 'build',
|
outDir: 'build',
|
||||||
chunkSizeWarningLimit: 100,
|
chunkSizeWarningLimit: 100,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user