mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 12:23:44 +02:00
Don't re-render entire file list when opening modals
This commit is contained in:
@@ -11,7 +11,8 @@ export default () => {
|
||||
`${uuid}:files:${directory}`,
|
||||
() => loadDirectory(uuid, cleanDirectoryPath(directory)),
|
||||
{
|
||||
revalidateOnMount: true,
|
||||
focusThrottleInterval: 30000,
|
||||
revalidateOnMount: false,
|
||||
refreshInterval: 0,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user