fix(siteinfostore): fix default site info value in siteInfo store

This commit is contained in:
haitao(lj) 2022-11-04 10:50:13 +08:00
parent b6026dae16
commit 78914647a8
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ const siteInfo = create<SiteInfoType>((set) => ({
name: '',
description: '',
short_description: '',
site_url: '',
contact_email: '',
},
update: (params) =>
set(() => {