Skip to content

Commit a2dfb5d

Browse files
committed
Removing comments
1 parent 3fbc8da commit a2dfb5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sauce/home.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,6 @@ pub fn home() -> Html {
639639
<div class="flex-grow-1 p-2 input-group me-2">
640640
<Table<TableLine>
641641
options={options.clone()}
642-
//limit={Some(limit)}
643-
//page={current_page}
644-
// search={element_search.clone()}
645642
classes={classes!("table", "table-hover")}
646643
columns={columns.clone()}
647644
data={page_rows.clone()}

0 commit comments

Comments
 (0)