debug name props problems

This commit is contained in:
2024-06-26 10:25:22 +03:30
parent 2777cdba08
commit be792f14fe
6 changed files with 27 additions and 27 deletions

View File

@@ -141,7 +141,7 @@ function HomeComponent() {
return (
<>
<DataTable columns={columns} userId={0} pageName={'testPage'} tableName={'testTable'}/>
<DataTable columns={columns} user_id={0} page_name={'testPage'} table_name={'testTable'}/>
</>
);