Fix Tag type
This commit is contained in:
parent
ed840adb91
commit
a19b7df9c3
@ -3,9 +3,9 @@
|
||||
import AdminChildPage from '@/components/AdminChildPage';
|
||||
import { PATH_ADMIN_UPLOADS } from '@/site/paths';
|
||||
import { PhotoFormData } from './form';
|
||||
import { Tags } from '@/tag';
|
||||
import PhotoForm from './form/PhotoForm';
|
||||
import { useState } from 'react';
|
||||
import { TagsWithMeta } from '@/tag';
|
||||
|
||||
export default function UploadPageClient({
|
||||
blobId,
|
||||
@ -14,7 +14,7 @@ export default function UploadPageClient({
|
||||
}: {
|
||||
blobId?: string
|
||||
photoFormExif: Partial<PhotoFormData>
|
||||
uniqueTags: Tags
|
||||
uniqueTags: TagsWithMeta
|
||||
}) {
|
||||
const [pending, setIsPending] = useState(false);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user