mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🐛 Fix RSS client bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user