mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Move + alias account via settings panel (#2519)
* [feature] Move + alias account via settings panel * lint * type a bit more diligently
This commit is contained in:
@ -42,7 +42,7 @@ function parseFields(entries: HookedForm[], length: number): HookedForm[] {
|
||||
return fields;
|
||||
}
|
||||
|
||||
export default function useArrayInput(
|
||||
export default function useFieldArrayInput(
|
||||
{ name }: CreateHookNames,
|
||||
{
|
||||
initialValue,
|
||||
|
Reference in New Issue
Block a user