Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
svehe committed Sep 14, 2023
1 parent bfc3529 commit a2702b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/legendary-events/data-tables-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { CharactersSelection } from './legendary-events.interfaces';

export default function DataTablesDialog({ legendaryEvent }: { legendaryEvent: ILegendaryEvent}) {
const [open, setOpen] = React.useState(false);
const [selection, setSelection] = React.useState(CharactersSelection.Unlocked);
const [selection, setSelection] = React.useState(CharactersSelection.All);

const handleClickOpen = () => {
setOpen(true);
Expand Down

0 comments on commit a2702b9

Please sign in to comment.