fixed and improved context menu, removed more SCSS, added expand and improved quick access items
This commit is contained in:
+5
-1
@@ -40,6 +40,10 @@ export const getFilesList = async ({
|
||||
};
|
||||
|
||||
export const getQuickFilesList = async () => {
|
||||
const response = await axios.get(`/file-service/quick-list`);
|
||||
const response = await axios.get(`/file-service/quick-list`, {
|
||||
params: {
|
||||
limit: 12,
|
||||
},
|
||||
});
|
||||
return response.data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user