remove parser
This commit is contained in:
parent
37ca646f2c
commit
9cd3925233
2 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ repos:
|
|||
- eslint-config-prettier
|
||||
- prettier
|
||||
- eslint-plugin-react@latest
|
||||
- typescript-eslint
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
# Ruff version.
|
||||
rev: v0.4.2
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ export default function ComponentsComponent({
|
|||
const [pageIndex, setPageIndex] = useState(1);
|
||||
|
||||
const navigate = useNavigate();
|
||||
|
||||
const all: FlowType[] = flows
|
||||
.filter((f) => (f.is_component ?? false) === is_component)
|
||||
.sort((a, b) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue