UBER-219: updated CreateIssue layout (#3244)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-05-24 17:27:57 +07:00
committed by GitHub
parent d8e69eb6bc
commit edfc99ccd8
73 changed files with 454 additions and 303 deletions
@@ -183,6 +183,7 @@
okLabel={isNew ? presentation.string.Create : presentation.string.Save}
okAction={handleSave}
canSave={name.length > 0 && !(members.length === 0 && isPrivate)}
gap={'gapV-4'}
on:close={() => {
dispatch('close')
}}