🐛 Fix RSS client bug

This commit is contained in:
ajnart
2023-04-16 17:51:07 +09:00
parent 1f044a0172
commit 75cf90c7ea
2 changed files with 6 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ const WidgetOptionTypeSwitch: FC<{
withinPortal
searchable
creatable
getCreateLabel={(query) => t('common:createItem', query)}
getCreateLabel={(query) => t('common:createItem', { item: query })}
onChange={(values) =>
handleChange(
key,