mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
Fix save project description
This commit is contained in:
parent
f285579113
commit
1bd2dfda2e
@ -38,8 +38,8 @@
|
||||
rows={3}
|
||||
placeholder="Project description"
|
||||
bind:value={description}
|
||||
on:change={(e) => {
|
||||
project.description = e.detail;
|
||||
on:change={() => {
|
||||
project.description = description;
|
||||
dispatch('updated', project);
|
||||
}}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user