mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-12-01 11:57:53 +08:00
chore: add database test
This commit is contained in:
@@ -18,7 +18,7 @@ export function Grid () {
|
||||
|
||||
return (
|
||||
<GridProvider>
|
||||
<div className={`database-grid relative grid-table-${viewId} flex w-full flex-1 flex-col`}>
|
||||
<div data-testid="database-grid" className={`database-grid relative grid-table-${viewId} flex w-full flex-1 flex-col`}>
|
||||
<GridVirtualizer
|
||||
columns={fields}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user