You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The derived Title was being set too early
which caused it to overwrite the one defined
in the schema when updateInputOptions ran.
Moved the setting the of title later in the stack
so that updateInputOptions runs first
0 commit comments