Skip to content

Commit

Permalink
Draft trigger form implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Oct 16, 2024
1 parent 97842ca commit b025e1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion airflow/ui/src/components/TriggerDag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ import {
import { json, jsonParseLinter } from "@codemirror/lang-json";
import { linter, lintGutter } from "@codemirror/lint";
import { indentationMarkers } from "@replit/codemirror-indentation-markers";
import CodeMirror, { lineNumbers, type ViewUpdate } from "@uiw/react-codemirror";
import CodeMirror, {
lineNumbers,
type ViewUpdate,
} from "@uiw/react-codemirror";
import { useForm, SubmitHandler, Controller } from "react-hook-form";
import { FiPlay } from "react-icons/fi";

Expand Down

0 comments on commit b025e1e

Please sign in to comment.