@quillsql/admin 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/Admin.js +1 -1
  2. package/package.json +1 -1
package/lib/Admin.js CHANGED
@@ -1260,7 +1260,7 @@ const SQLEditorComponent = ({ query, setQuery, handleRunQuery, theme, defineEdit
1260
1260
  overflow: "hidden",
1261
1261
  }, children: [(0, jsx_runtime_1.jsx)(react_2.SQLEditor, { defaultQuery: query, containerStyle: { height: "calc(100vh - 230px)", width: "100%" }, onChangeQuery: (query) => setQuery(query), onChangeData: (data) => setRows(data), onChangeColumns: (columns) => setColumns(columns), onChangeFields: (fields) => setFields(fields) }), rows.length > 0 && ((0, jsx_runtime_1.jsx)("button", { style: {
1262
1262
  height: 36,
1263
- marginLeft: 300,
1263
+ marginLeft: 250,
1264
1264
  marginTop: 20,
1265
1265
  background: theme.primaryButtonColor,
1266
1266
  color: theme.backgroundColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/admin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Admin tools for Quill",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {