Skip to content

Commit

Permalink
perf: add deploy page
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Sep 2, 2024
1 parent 286820e commit f6df165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/node/setTagsModel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import type { NodeData } from '@/service/api/node'
import { setTagsOfNode } from '@/service/api/node'
import { useAppStore } from '@/store/app'
import {handleTagCreate} from "@/utils/tags";
import { handleTagCreate } from '@/utils/tags'
const props = defineProps(
{
Expand Down
2 changes: 1 addition & 1 deletion src/views/user/createPreAuthKeyModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { format } from 'date-fns'
import { useAppStore } from '@/store/app'
import type { PreAuthKeyFormData } from '@/service'
import { createPreAuthKey } from '@/service'
import {handleTagCreate} from "@/utils/tags";
import { handleTagCreate } from '@/utils/tags'
const props = defineProps(
{
Expand Down

0 comments on commit f6df165

Please sign in to comment.