mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-18 23:05:21 +00:00
♻️ padding bottom
This commit is contained in:
@@ -74,12 +74,7 @@ import {
|
|||||||
getSortedRowModel,
|
getSortedRowModel,
|
||||||
useReactTable
|
useReactTable
|
||||||
} from "@tanstack/react-table";
|
} from "@tanstack/react-table";
|
||||||
import {
|
import { ArrowUpDown, Check, ChevronsUpDown, Plus } from "lucide-react";
|
||||||
ArrowUpDown,
|
|
||||||
Check,
|
|
||||||
ChevronsUpDown,
|
|
||||||
Plus
|
|
||||||
} from "lucide-react";
|
|
||||||
|
|
||||||
import { useCallback, useEffect, useMemo, useState } from "react";
|
import { useCallback, useEffect, useMemo, useState } from "react";
|
||||||
import { type UseFormReturn, useForm, useWatch } from "react-hook-form";
|
import { type UseFormReturn, useForm, useWatch } from "react-hook-form";
|
||||||
@@ -674,8 +669,8 @@ export function CreatePolicyRulesSectionForm({
|
|||||||
</SettingsSectionDescription>
|
</SettingsSectionDescription>
|
||||||
</SettingsSectionHeader>
|
</SettingsSectionHeader>
|
||||||
<SettingsSectionBody>
|
<SettingsSectionBody>
|
||||||
<div className="space-y-6">
|
<div className="flex flex-col gap-y-6 pb-20">
|
||||||
<div className="flex items-center space-x-2">
|
<div className="flex items-center gap-x-2">
|
||||||
<SwitchInput
|
<SwitchInput
|
||||||
id="rules-toggle"
|
id="rules-toggle"
|
||||||
label={t("rulesEnable")}
|
label={t("rulesEnable")}
|
||||||
|
|||||||
Reference in New Issue
Block a user