Skip to content

Commit

Permalink
Trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał committed Nov 29, 2024
1 parent fca1273 commit 7d284c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: "21.6.2"
cache: "pnpm"
cache-dependency-path: apps/web-remix/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
- run: pnpm install
- run: pnpm lint
- run: pnpm test
- run: pnpm build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const AsyncSelectField = ({
whenSubmitted: 'onBlur',
},
});

const [selectedId, setSelectedId] = useControlField<string | undefined>(name);
const [apiError, setApiError] = useState<string | undefined>();

Expand Down

0 comments on commit 7d284c4

Please sign in to comment.