修改id为ID
This commit is contained in:
parent
38af5999da
commit
7ecc3dca98
|
@ -134,7 +134,7 @@ export default function SpaceSearch({ navigation }) {
|
||||||
<div className="flex items-center flex-1">
|
<div className="flex items-center flex-1">
|
||||||
<div className="relative bg-[#FFFFFF1A] rounded-lg px-4 py-1.5 flex-1">
|
<div className="relative bg-[#FFFFFF1A] rounded-lg px-4 py-1.5 flex-1">
|
||||||
<Input
|
<Input
|
||||||
placeholder="搜索Ta的id"
|
placeholder="搜索Ta的Id"
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
value={search}
|
value={search}
|
||||||
ref={searchRef}
|
ref={searchRef}
|
||||||
|
|
Loading…
Reference in New Issue