Skip to content

Commit

Permalink
UI: Fix tiny TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
previnder committed Jan 26, 2025
1 parent 5d6515e commit a97b03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/slices/listsSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type ListsStateItems = {
[key: string]: List; // key is a list id
};

interface ListsState {
export interface ListsState {
ids: number[]; // list ids
usersLists: {
// key is a username
Expand Down

0 comments on commit a97b03d

Please sign in to comment.