mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
clearable table clone
This commit is contained in:
@@ -187,6 +187,7 @@ export const tableSettings = (
|
||||
labelPlural: "Tables",
|
||||
options: tables,
|
||||
freeText: false,
|
||||
clearable: true,
|
||||
itemRenderer: (option: { value: string; label: string }) => (
|
||||
<span key={option.value}>
|
||||
{option.label}
|
||||
|
||||
@@ -110,7 +110,7 @@ const ConditionModal = ({ modal, setModal, conditions, setConditions }) => {
|
||||
multiple={false}
|
||||
label={"Select data type"}
|
||||
/>
|
||||
<Typography variant="overline">Condition</Typography>
|
||||
<Typography variant="overline">Condition </Typography>
|
||||
{modal.condition.type === "boolean" && (
|
||||
<MultiSelect
|
||||
options={[
|
||||
|
||||
Reference in New Issue
Block a user