Fix "export"
This commit is contained in:
@@ -8,7 +8,7 @@ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@
|
||||
import { IndJobStatusOptions, IndJobRecordNoId } from '@/lib/pbtypes';
|
||||
import { IndJob } from '@/lib/types';
|
||||
import { parseISKAmount } from '@/utils/priceUtils';
|
||||
import { Import, Export } from 'lucide-react';
|
||||
import { Import, Upload } from 'lucide-react';
|
||||
import { useToast } from '@/components/ui/use-toast';
|
||||
|
||||
interface JobFormProps {
|
||||
@@ -316,4 +316,3 @@ const JobForm: React.FC<JobFormProps> = ({ job, onSubmit, onCancel }) => {
|
||||
};
|
||||
|
||||
export default JobForm;
|
||||
|
||||
|
Reference in New Issue
Block a user