Skip to content

Commit

Permalink
technical debt
Browse files Browse the repository at this point in the history
  • Loading branch information
e154 committed Jan 25, 2024
1 parent 1e91e3d commit 6b0b6f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import {computed, PropType} from "vue";
import {Card, Core} from "@/views/Dashboard/core";
import {useEmitt} from "@/hooks/web/useEmitt";
import {useEventBus} from "@/hooks/event/useEventBus";
import {ApiEntityCallActionRequest, ApiTypes} from "@/api/stub";
import api from "@/api/api";
import {propTypes} from "@/utils/propTypes";
Expand Down Expand Up @@ -34,7 +34,7 @@ const currentCard = computed({
// component methods
// ---------------------------------
useEmitt({
useEventBus({
name: 'keydown',
callback: (val) => {
Expand Down

0 comments on commit 6b0b6f7

Please sign in to comment.