feat: job creation

This commit is contained in:
Jannat Patel
2024-03-18 16:55:36 +05:30
parent 63bcbb6506
commit cc07dd849c
8 changed files with 345 additions and 15 deletions

View File

@@ -199,9 +199,8 @@ import {
} from 'frappe-ui'
import Link from '@/components/Controls/Link.vue'
import { useRouter } from 'vue-router'
import { getFileSize } from '../utils'
import { getFileSize, showToast } from '../utils'
import { X, FileText } from 'lucide-vue-next'
import { showToast } from '../utils'
const router = useRouter()
const user = inject('$user')