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