chore: change to input in agora setting
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import Input from "../../../common/component/styled/Input";
|
import Input from "../../../common/component/styled/Input";
|
||||||
import Textarea from "../../../common/component/styled/Textarea";
|
|
||||||
import Label from "../../../common/component/styled/Label";
|
import Label from "../../../common/component/styled/Label";
|
||||||
import Toggle from "../../../common/component/styled/Toggle";
|
import Toggle from "../../../common/component/styled/Toggle";
|
||||||
import SaveTip from "../../../common/component/SaveTip";
|
import SaveTip from "../../../common/component/SaveTip";
|
||||||
@@ -93,7 +92,7 @@ export default function ConfigAgora() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="input">
|
<div className="input">
|
||||||
<Label htmlFor="customer_id">Customer ID</Label>
|
<Label htmlFor="customer_id">Customer ID</Label>
|
||||||
<Textarea
|
<Input
|
||||||
spellCheck={false}
|
spellCheck={false}
|
||||||
disabled={!enabled}
|
disabled={!enabled}
|
||||||
data-type="customer_id"
|
data-type="customer_id"
|
||||||
@@ -105,7 +104,7 @@ export default function ConfigAgora() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="input">
|
<div className="input">
|
||||||
<Label htmlFor="customer_secret">Customer Secret</Label>
|
<Label htmlFor="customer_secret">Customer Secret</Label>
|
||||||
<Textarea
|
<Input
|
||||||
spellCheck={false}
|
spellCheck={false}
|
||||||
disabled={!enabled}
|
disabled={!enabled}
|
||||||
data-type="customer_secret"
|
data-type="customer_secret"
|
||||||
|
|||||||
Reference in New Issue
Block a user