Don't show community dropdown on edit

This commit is contained in:
shilangyu 2021-04-21 21:30:21 +02:00
parent 7fcda98da0
commit d7c50aec7b
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class CreatePostPage extends HookWidget {
padding: const EdgeInsets.all(5),
children: [
instanceDropdown,
communitiesDropdown,
if (!_isEdit) communitiesDropdown,
url,
title,
body,