Skip to content
Snippets Groups Projects
Commit 9a7b0960 authored by duncan's avatar duncan
Browse files

fix(settings): table settings adjustments

parent 3e89ff4a
No related branches found
No related tags found
2 merge requests!135geo intergation,!129Feat/visManager
...@@ -81,7 +81,7 @@ const TableSettings = ({ ...@@ -81,7 +81,7 @@ const TableSettings = ({
label="Items per page" label="Items per page"
value={configuration.itemsPerPage} value={configuration.itemsPerPage}
onChange={(val) => updateSettings({ itemsPerPage: val })} onChange={(val) => updateSettings({ itemsPerPage: val })}
options={[10, 20, 30]} options={[10, 25, 50, 100]}
/> />
<Input <Input
type="boolean" type="boolean"
...@@ -92,7 +92,7 @@ const TableSettings = ({ ...@@ -92,7 +92,7 @@ const TableSettings = ({
<div> <div>
<span className="text-sm">Attributes to display</span> <span className="text-sm">Attributes to display</span>
<div className="h-44 overflow-y-auto"> <div className="">
<Input <Input
type="checkbox" type="checkbox"
value={configuration.displayAttributes} value={configuration.displayAttributes}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment