feat: add ghost image and enhance CreateSessionModal with session existence check and improved server handling
This commit is contained in:
@@ -13,7 +13,6 @@ function TableSelector({
|
||||
selectedTable,
|
||||
onSelect,
|
||||
}: TableSelectorProps) {
|
||||
console.log(tables);
|
||||
return (
|
||||
<div className="flex gap-[0.556vw] overflow-x-auto -mx-[1.111vw] pl-[1.111vw] [scrollbar-width:none]">
|
||||
{tables.map((table) => (
|
||||
|
||||
Reference in New Issue
Block a user