test VitePWA new config
This commit is contained in:
@@ -47,6 +47,7 @@ const RainfallGraph: FC<RainfallGraphProps> = ({width, height, data, start_date,
|
||||
svg.append("g")
|
||||
.attr("transform", "translate(0," + gHeight + ")")
|
||||
.call(d3.axisBottom(x)
|
||||
.ticks(8)
|
||||
.tickFormat(
|
||||
// @ts-ignore
|
||||
d3.timeFormat("%d/%m/%Y")
|
||||
|
||||
@@ -31,6 +31,9 @@ export const AuthUserProvider = ({children}: PropsWithChildren) => {
|
||||
// @ts-ignore
|
||||
if (e.response.status === 401) {
|
||||
console.info('no user login')
|
||||
if (window.location.pathname !== '/connexion') {
|
||||
window.location.href = '/connexion'
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
setLoadingAuthUser(false)
|
||||
|
||||
@@ -41,7 +41,7 @@ const Rainfall = () => {
|
||||
</div>
|
||||
|
||||
{errorLabel()}
|
||||
<form className="flex mb-2 mx-5 gap-2">
|
||||
<form className="flex mb-2 mx-5 gap-2 flex-wrap">
|
||||
<Field name="start_date"
|
||||
type="date"
|
||||
value={graphDetails.start_date}
|
||||
|
||||
Reference in New Issue
Block a user