Skip to content

Commit

Permalink
Fix linting failures
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephVolosin committed Oct 11, 2024
1 parent 8336258 commit 7c3d33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/external-events/ExternalEventForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</fieldset>

<fieldset>
<Collapse title='Properties'>
<Collapse title="Properties">
<Properties {formProperties} />
{#if formProperties.length === 0}
<div class="st-typography-label">No Properties Found</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<svelte:fragment slot="body">
<ExternalEventsTable
selectedItemId={$selectedExternalEventId}
filterExpression={filterExpression}
{filterExpression}
items={$externalEvents}
on:rowDoubleClicked={onRowDoubleClicked}
on:selectionChanged={onSelectionChanged}
Expand Down

0 comments on commit 7c3d33c

Please sign in to comment.