Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-ni committed Sep 23, 2023
1 parent ee5e013 commit 47140a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion caster-editor/src/components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import MenuTabEdit from "./MenuTabEdit.vue";
import MenuTabPlay from "./MenuTabPlay.vue";
import DialogExitGraph from "./DialogExitGraph.vue";
export type GraphMenu = Pick<Graph, "name" | "uuid" | "slugName">;
export type GraphMenu = Pick<Graph, "name" | "uuid" | "slugName" | "nodes">;
// Props
defineProps<{
Expand Down
1 change: 0 additions & 1 deletion caster-editor/src/components/MenuTabEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { ElMessage } from "element-plus";
import { storeToRefs } from "pinia";
import { ref, type Ref } from "vue";
import DialogAddNode from "./DialogAddNode.vue";
import { el } from "element-plus/es/locale";
export type GraphEdit = Pick<Graph, "uuid" | "nodes">;
Expand Down

0 comments on commit 47140a4

Please sign in to comment.