This commit is contained in:
frontend perkafean
2024-08-09 13:00:10 +00:00
parent 76741e304f
commit 6102db3f56
18 changed files with 271 additions and 141 deletions

View File

@@ -184,9 +184,10 @@ const TablesPage = ({ shopId }) => {
justifyContent: "center",
fontSize: "calc(10px + 2vmin)",
color: "rgba(88, 55, 50, 1)",
height: "100%",
}}
>
<TableCanvas
{/* <TableCanvas
isAdmin={true}
tables={tables}
selectedTable={selectedTable}
@@ -199,7 +200,7 @@ const TablesPage = ({ shopId }) => {
handleCancel={handleCancel}
handleSetTableNo={handleSetTableNo}
tableNo={tableNo}
/>
/> */}
<TableList
shopUrl={window.location.hostname + "/" + shopId}
tables={tables}