Skip to content

Commit

Permalink
Remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed May 8, 2024
1 parent f703648 commit fdcb4a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/pages/overview/storage/storage-columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { SyncStorage } from './storage-actions'


export const columns: (projectId: string) => TableColumn<StorageSource>[] = (
projectId: string
) => [
{
id: 'name',
Expand Down

0 comments on commit fdcb4a3

Please sign in to comment.