Wartung: GraphView useMemoryGraph-Fix und Auftragsbuch-Status-Reaktivitaet bei ahead > 0
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -7,7 +7,7 @@
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<title>Mission Control 2.0</title>
|
||||
<script type="module" crossorigin src="/assets/index--f4XyXiY.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-BCXpKH8G.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DnWvM6fs.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -55,7 +55,7 @@ export function MemoryView() {
|
||||
const { showAlert, showConfirm, dialogElement } = useDialog()
|
||||
const { data: allItems = [] } = useMemory({})
|
||||
const { data: items = [], error: itemsErr } = useMemory({ q, category: filter })
|
||||
const { data: graph } = useMemoryGraph(view === "graph")
|
||||
const { data: graph } = useMemoryGraph(true)
|
||||
const error = itemsErr ? String(itemsErr) : ""
|
||||
|
||||
const reloadMemory = () => {
|
||||
|
||||
Reference in New Issue
Block a user