summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/src/renderer/components/LocationRow.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/LocationRow.tsx b/gui/src/renderer/components/LocationRow.tsx
index ec69007eca..fd406f2487 100644
--- a/gui/src/renderer/components/LocationRow.tsx
+++ b/gui/src/renderer/components/LocationRow.tsx
@@ -121,7 +121,7 @@ function LocationRow(props: IProps, ref: React.Ref<HTMLDivElement>) {
return (
<>
- <Container ref={ref}>
+ <Container ref={ref} disabled={props.disabled}>
<Button
ref={buttonRef}
onClick={handleClick}