Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Sep 26, 2024
1 parent 9628c91 commit acd3822
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import {
CreateDelegationMutation,
CreateDelegationMutationVariables,
} from './CreateDelegation.generated'
import { findProblemInApolloError, ProblemType } from '@island.is/shared/problem'
import {
findProblemInApolloError,
ProblemType,
} from '@island.is/shared/problem'

const schema = z
.object({
Expand Down Expand Up @@ -74,7 +77,7 @@ export const createDelegationAction: WrappedActionFn =
}

try {
await client.mutate<
await client.mutate<
CreateDelegationMutation,
CreateDelegationMutationVariables
>({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,9 @@ const CreateDelegationScreen = () => {
<GridColumn span={['12/12']}>
<AlertMessage
title=""
message={actionData?.errorMessage || formatMessage(m.errorDefault)}
message={
actionData?.errorMessage || formatMessage(m.errorDefault)
}
type="error"
/>
</GridColumn>
Expand Down

0 comments on commit acd3822

Please sign in to comment.