mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 09:32:22 +03:00
fix: make use cases clickable (#1475)
This commit is contained in:
parent
31ecde773a
commit
1bbb1db3fa
@ -42,7 +42,7 @@ export const UseCasesListing = (): JSX.Element => {
|
|||||||
onButtonClick({
|
onButtonClick({
|
||||||
label: `USE_CASES_${id}`,
|
label: `USE_CASES_${id}`,
|
||||||
});
|
});
|
||||||
if (!isMobile) {
|
if (isMobile) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setSelectedCaseId(id);
|
setSelectedCaseId(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user