mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 09:42:27 -05: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:
parent
c36f9ac37b
commit
486585890d
12 changed files with 476 additions and 57 deletions
|
|
@ -42,7 +42,7 @@ function parseFields(entries: HookedForm[], length: number): HookedForm[] {
|
|||
return fields;
|
||||
}
|
||||
|
||||
export default function useArrayInput(
|
||||
export default function useFieldArrayInput(
|
||||
{ name }: CreateHookNames,
|
||||
{
|
||||
initialValue,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue