diff --git a/frontend/src/app-components/inputs/Selectable.tsx b/frontend/src/app-components/inputs/Selectable.tsx index 58825430..d744c734 100644 --- a/frontend/src/app-components/inputs/Selectable.tsx +++ b/frontend/src/app-components/inputs/Selectable.tsx @@ -73,7 +73,7 @@ const Selectable: FC = ({ placeholder = "", onChange, onSelect, - loading, + loading = false, }) => { const [text, setText] = useState(defaultValue || ""); const editableRef = useRef(null); @@ -218,6 +218,7 @@ const Selectable: FC = ({ top: "20%", transform: "translateY(-20%)", }} + aria-label="loading" /> ) : null }