mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 10:36:01 +00:00
macro checkbox args + search & replace imporved
This commit is contained in:
@@ -16,3 +16,7 @@ export function SelectField({ children = null, options = [], ...other }) {
|
||||
</select>
|
||||
);
|
||||
}
|
||||
|
||||
export function CheckboxField({ editorRef = undefined, ...other }) {
|
||||
return <input type="checkbox" {...other} ref={editorRef}></input>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user