mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
QQQ-32 udpating styles on query; record list & view sections; record labels; apps in nav; updated breadcrumb; updated navigation
This commit is contained in:
@ -1,13 +1,6 @@
|
||||
import React, {
|
||||
useState,
|
||||
useEffect,
|
||||
JSXElementConstructor,
|
||||
Key,
|
||||
ReactElement,
|
||||
} from "react";
|
||||
import React, {useEffect} from "react";
|
||||
import {SESSION_ID_COOKIE_NAME} from "App";
|
||||
import {useCookies} from "react-cookie";
|
||||
import {QTableMetaData} from "@kingsrook/qqq-frontend-core/lib/model/metaData/QTableMetaData";
|
||||
|
||||
interface Props
|
||||
{
|
||||
@ -27,3 +20,7 @@ export default function HandleAuthorizationError({errorMessage}: Props)
|
||||
<div>{errorMessage}</div>
|
||||
);
|
||||
}
|
||||
|
||||
HandleAuthorizationError.defaultProps = {
|
||||
errorMessage: "User authorization error.",
|
||||
};
|
||||
|
Reference in New Issue
Block a user