We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc261e0 commit 0ee94faCopy full SHA for 0ee94fa
1 file changed
apps/roam/src/components/settings/AdminPanel.tsx
@@ -433,9 +433,7 @@ const FeatureFlagsTab = (): React.ReactElement => {
433
<Alert
434
isOpen={isInstructionOpen}
435
onConfirm={() =>
436
- isReactive
437
- ? setIsInstructionOpen(false)
438
- : window.location.reload()
+ isReactive ? setIsInstructionOpen(false) : window.location.reload()
439
}
440
onCancel={isReactive ? undefined : () => setIsInstructionOpen(false)}
441
confirmButtonText={isReactive ? "OK" : "Reload Graph"}
0 commit comments