Skip to content

Commit 270ea59

Browse files
committed
Fix "Edit type" item in "Change type" dropdown for lines (#330)
1 parent 931a53d commit 270ea59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/lib/components/edit-line-dialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import StrokePicker from "./ui/stroke-picker.vue";
1717
import { useI18n } from "../utils/i18n";
1818
import { useMaxBreakpoint } from "../utils/bootstrap";
19+
import EditTypeDialog from "./edit-type-dialog/edit-type-dialog.vue";
1920
2021
const context = injectContextRequired();
2122
const client = requireClientContext(context);

0 commit comments

Comments
 (0)