create channel form
This commit is contained in:
@@ -101,6 +101,8 @@ function LineDetails() {
|
|||||||
|
|
||||||
const [peopleSearch, setPeopleSearch] = useState<string>('');
|
const [peopleSearch, setPeopleSearch] = useState<string>('');
|
||||||
|
|
||||||
|
const showCreateChannel = false;
|
||||||
|
if (showCreateChannel)
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col flex-1 items-center p-10 bg-gray-100 border-l border-l-gray-200">
|
<div className="flex flex-col flex-1 items-center p-10 bg-gray-100 border-l border-l-gray-200">
|
||||||
<div className="flex flex-col gap-2 max-w-lg w-full">
|
<div className="flex flex-col gap-2 max-w-lg w-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user