mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix: Fixed network search returning empty results with no page update (#11251)
This commit is contained in:
@@ -206,6 +206,9 @@ const onOpenProcess = () => {
|
||||
const onMessage = (message: any) => {
|
||||
oldData.value = JSON.parse(message.data);
|
||||
data.value = filterByStatus();
|
||||
if (data.value == null) {
|
||||
data.value = [];
|
||||
}
|
||||
loading.value = false;
|
||||
};
|
||||
const onerror = () => {};
|
||||
|
||||
Reference in New Issue
Block a user