diff --git a/components/admin/sentence/SearchModal.vue b/components/admin/sentence/SearchModal.vue index eb19327..1c00e30 100644 --- a/components/admin/sentence/SearchModal.vue +++ b/components/admin/sentence/SearchModal.vue @@ -8,6 +8,7 @@ export interface State { type?: HitokotoType from?: string fromWho?: string + creator?: string start?: string end?: string } @@ -104,6 +105,12 @@ const handleCancel = () => { + + +