mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
form view toolbar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import FormView from './FormView';
|
||||
|
||||
export default function SqlFormView({ rowData, tableInfo }) {
|
||||
return <FormView rowData={rowData} tableInfo={tableInfo} />;
|
||||
export default function SqlFormView(props) {
|
||||
return <FormView {...props} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user