fix: toast used but not imported

This commit is contained in:
Hussain Nagaria
2025-05-23 14:02:04 +05:30
parent af19940fa1
commit 4f0ac98eea

View File

@@ -66,7 +66,7 @@
</Dialog>
</template>
<script setup>
import { Dialog, createResource, Select, FormControl } from 'frappe-ui'
import { Dialog, createResource, Select, FormControl, toast } from 'frappe-ui'
import { reactive, watch, inject } from 'vue'
import { formatTime } from '@/utils/'