Skip to content

Commit 9d3ccb3

Browse files
committed
clean up
1 parent 32ae785 commit 9d3ccb3

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/App.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ function App() {
1111
}}
1212
>
1313
<FilterableProductTable />
14-
{/* <Space>
15-
<Input placeholder="Please Input" />
16-
<Button type="primary">Submit</Button>
17-
</Space> */}
1814
</ConfigProvider>
1915
</div>
2016
);

src/components/FilterableProductTable/SearchBar/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ export default function SearchTable() {
1515
console.log(checked);
1616
};
1717

18-
/**
19-
* Handles the input event for the search bar.
20-
*
21-
* @param e - The input event object of type React.FormEvent<HTMLInputElement>.
22-
*/
2318
const OnSearchInput: InputProps["onInput"] = (e: any) => {
2419
console.log(e.target.value);
2520
setSearchVal(e.target.value);

0 commit comments

Comments
 (0)