Skip to content

fix: remove unused forms actions, rename total items props on reducer #2524

fix: remove unused forms actions, rename total items props on reducer

fix: remove unused forms actions, rename total items props on reducer #2524

Workflow file for this run

name: build_test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install
- run: yarn build