You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, has anyone seen this behaviour before? it's a bit random, mainly come up in playwright testing...
"Blazor.Bootstrap" Version="3.4.0"
net 8 server project
Note: some of the markup tags removed so that is shows up
@page "/Settings/WorkLogs"
@{
}
@using Simpson.Data.Interfaces;
@using Simpson.Data.Models;
using Microsoft.AspNetCore.Http
@Inject IJobData data
@Inject AuthenticationStateProvider AuthenticationStateProvider
@Inject ILogger logger;
PageTitle>Simpson Job Manager Settings : Work logs
AuthorizeView Roles="XYZ" Context="authContext">
Authorized>
h3 data-testid="dtWorkLogManagementCaption">WorkLog Management
@code {
Tabs? tabs;
Beta Was this translation helpful? Give feedback.
All reactions