mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 22:52:14 +08:00
renaming slot :D
This commit is contained in:
@@ -3,7 +3,7 @@ import translations from './translations.yml';
|
||||
|
||||
export default {
|
||||
slots: {
|
||||
'talkPluginAuth-formField': [TermsAndConditionsField],
|
||||
'talkPluginAuth.formField': [TermsAndConditionsField],
|
||||
},
|
||||
translations,
|
||||
};
|
||||
|
||||
@@ -115,7 +115,7 @@ class SignUp extends React.Component {
|
||||
minLength="8"
|
||||
/>
|
||||
<Slot
|
||||
fill="talkPluginAuth-formField"
|
||||
fill="talkPluginAuth.formField"
|
||||
childFactory={this.childFactory}
|
||||
/>
|
||||
<div className={styles.action}>
|
||||
|
||||
Reference in New Issue
Block a user