mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 19:49:37 +02:00
update to latest react version and update client dependencies (#23)
This commit is contained in:
parent
edc3e6c330
commit
9e19af7d4c
30 changed files with 650 additions and 459 deletions
|
@ -18,10 +18,8 @@ interface Props {
|
|||
}
|
||||
|
||||
export const AppsTable = ({ openFormForUpdating }: Props): JSX.Element => {
|
||||
const {
|
||||
apps: { categoryInEdit },
|
||||
config: { config },
|
||||
} = useSelector((state: State) => state);
|
||||
const categoryInEdit = useSelector((state: State) => state.apps.categoryInEdit);
|
||||
const config = useSelector((state: State) => state.config.config);
|
||||
|
||||
const dispatch = useDispatch();
|
||||
const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue