mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-06-16 09:31:56 +02:00
webui: Fix navigation error
This commit is contained in:
parent
0e70a15fdc
commit
ddefe682fa
3 changed files with 6 additions and 2 deletions
6
.idea/graphql-settings.xml
generated
Normal file
6
.idea/graphql-settings.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GraphQLSettings">
|
||||
<option name="enableRelayModernFrameworkSupport" value="true" />
|
||||
</component>
|
||||
</project>
|
|
@ -2,7 +2,6 @@ import React from "react";
|
|||
import {usePaginationFragment} from "react-relay/hooks";
|
||||
import {graphql} from "babel-plugin-relay/macro";
|
||||
import {RoomsTableFragment$key} from "./__generated__/RoomsTableFragment.graphql";
|
||||
import {useTable} from "react-table";
|
||||
import styles from "./RoomsTable.module.scss";
|
||||
import {useNavigate} from "react-router-dom";
|
||||
import {Trans} from "react-i18next";
|
||||
|
|
|
@ -152,7 +152,6 @@ $navBreakpoint: 650px;
|
|||
|
||||
>* {
|
||||
flex-shrink: 0;
|
||||
flex-basis: 0;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue