mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
query - saving to local storage
This commit is contained in:
8
packages/web/src/query/QueryToolbar.js
Normal file
8
packages/web/src/query/QueryToolbar.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import ToolbarButton from '../widgets/ToolbarButton'
|
||||
|
||||
export default function QueryToolbar() {
|
||||
return <>
|
||||
<ToolbarButton onClick={()=>{}}>Execute</ToolbarButton>
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user