Skip to content

Commit

Permalink
Add forgotten migration-status filter indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Nov 24, 2023
1 parent 14730f0 commit df02b74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/routes/(authenticated)/admin/ProjectTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ async function softDeleteProject(project: Project): Promise<void> {
<AuthenticatedUserIcon/>
{filter.value}
</ActiveFilter>
{:else if filter.key === 'migrationStatus'}
<ActiveFilter {filter}>
{filter.value}
</ActiveFilter>
{/if}
{/each}
</svelte:fragment>
Expand Down

0 comments on commit df02b74

Please sign in to comment.