mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
introduced yarn workspace
This commit is contained in:
9
packages/web/src/tabs/TableDataTab.js
Normal file
9
packages/web/src/tabs/TableDataTab.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import useFetch from '../utility/useFetch';
|
||||
import styled from 'styled-components';
|
||||
import theme from '../theme';
|
||||
import DataGrid from '../datagrid/DataGrid';
|
||||
|
||||
export default function TableDataTab({ conid, database, schemaName, pureName }) {
|
||||
return <DataGrid params={{ conid, database, schemaName, pureName }} />;
|
||||
}
|
||||
Reference in New Issue
Block a user