[Glitch] Add single-column mode
Port 9ddeb30f90
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
@ -49,7 +49,7 @@ export default class AutosuggestInput extends ImmutablePureComponent {
|
||||
autoFocus: PropTypes.bool,
|
||||
className: PropTypes.string,
|
||||
id: PropTypes.string,
|
||||
searchTokens: PropTypes.arrayOf(PropTypes.string),
|
||||
searchTokens: ImmutablePropTypes.list,
|
||||
maxLength: PropTypes.number,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user