mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
Merge branch 'main' of https://github.com/ramvignesh-b/pi-ku into feature/ssl-integration
This commit is contained in:
@@ -309,6 +309,7 @@ export default function Editor() {
|
|||||||
onClose={() =>
|
onClose={() =>
|
||||||
setDecryptionStatus({ status: "RESET", message: "", log: "" })
|
setDecryptionStatus({ status: "RESET", message: "", log: "" })
|
||||||
}
|
}
|
||||||
|
isOpen={decryptionStatus.status !== "RESET"}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{isInitialLoading && (
|
{isInitialLoading && (
|
||||||
|
|||||||
@@ -183,8 +183,8 @@ export default function Reader() {
|
|||||||
<LogModal
|
<LogModal
|
||||||
isOpen={!!warning}
|
isOpen={!!warning}
|
||||||
onClose={() => setWarning(null)}
|
onClose={() => setWarning(null)}
|
||||||
message={warning?.message}
|
message={warning?.message || ""}
|
||||||
log={warning?.log}
|
log={warning?.log || ""}
|
||||||
status="WARN"
|
status="WARN"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user