mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
Fix build cache (#1996)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
onMount(() => {
|
||||
dispatch('open', { ignoreKeys: ['comments', 'name', 'description', 'number'] })
|
||||
})
|
||||
const onChangeDescription = (evt: CustomEvent<any>) => change('description', evt.detail)
|
||||
</script>
|
||||
|
||||
{#if object !== undefined}
|
||||
@@ -60,7 +61,7 @@
|
||||
<StyledTextBox
|
||||
bind:content={object.description}
|
||||
placeholder={plugin.string.TaskDescriptionPlaceholder}
|
||||
on:value={(evt) => change('description', evt.detail)}
|
||||
on:value={onChangeDescription}
|
||||
/>
|
||||
</div>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user