diff --git a/src/modules/03_logs/stores/main.ts b/src/modules/03_logs/stores/main.ts index 4c27779c..59fae5a2 100644 --- a/src/modules/03_logs/stores/main.ts +++ b/src/modules/03_logs/stores/main.ts @@ -22,7 +22,7 @@ const { export const useDataStore = defineStore("storeData", () => { const size = ref(30); const logData = ref([]); - const systemName = ref(""); + const systemName = ref(); const searchAfter = ref(); async function fetchLog( opts?: {