Skip to content

Commit

Permalink
UBER-788 (#3632)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
  • Loading branch information
BykhovDenis authored Aug 25, 2023
1 parent 3be2e0e commit 7764114
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugins/calendar-resources/src/components/EditEvent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,7 @@

<div class="container">
<div class="header flex-between">
{#if object.attachedTo === calendar.ids.NoAttached}
<EditBox bind:value={title} placeholder={calendar.string.NewEvent} disabled={readOnly} />
{:else}
<div />
{/if}
<EditBox bind:value={title} placeholder={calendar.string.NewEvent} disabled={readOnly} />
<Button
id="card-close"
focusIndex={10002}
Expand Down

0 comments on commit 7764114

Please sign in to comment.