mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
Fix "au4tocomplete" typo
Summary: Fixes T8815. Test Plan: Page no longer fatals. Reviewers: chad, joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Maniphest Tasks: T8815 Differential Revision: https://secure.phabricator.com/D13617
This commit is contained in:
parent
e8f063de25
commit
2f2d58049f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ final class PhabricatorMultiColumnUIExample extends PhabricatorUIExample {
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormTextControl())
|
id(new AphrontFormTextControl())
|
||||||
->setLabel(pht('Name'))
|
->setLabel(pht('Name'))
|
||||||
->setDisableAu4tocomplete(true)
|
->setDisableAutocomplete(true)
|
||||||
->setSigil('name-input'))
|
->setSigil('name-input'))
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormTextControl())
|
id(new AphrontFormTextControl())
|
||||||
|
|
Loading…
Reference in a new issue