Merge pull request #3742 from h3poteto/fix/search-accounts

Fix search accounts
This commit is contained in:
AkiraFukushima 2022-11-04 23:34:07 +09:00 committed by GitHub
commit fef1712044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export default defineComponent({
const search = () => {
switch (target.value) {
case 'account':
store.dispatch(`${space}/Tag/${ACCOUNT_ACTION.SEARCH}`, query.value).catch(() => {
store.dispatch(`${space}/Account/${ACCOUNT_ACTION.SEARCH}`, query.value).catch(() => {
ElMessage({
message: i18n.t('message.search_error'),
type: 'error'