Skip to content

Commit

Permalink
fix(ui): re-import date related component (#4839)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored and fhussonnois committed Sep 12, 2024
1 parent 3bca40a commit d1c606b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/executions/Executions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@
import {storageKeys} from "../../utils/constants";
import LabelInput from "../../components/labels/LabelInput.vue";
import {ElMessageBox, ElSwitch, ElFormItem, ElAlert, ElCheckbox} from "element-plus";
import DateAgo from "../layout/DateAgo.vue";
import {h, ref} from "vue";
import {filterLabels} from "./utils"
Expand Down

0 comments on commit d1c606b

Please sign in to comment.