Include max steps in saved task (#499)

This commit is contained in:
Kerem Yilmaz
2024-06-21 13:08:00 -07:00
committed by GitHub
parent 49d7e77b3a
commit 58735a9c20
4 changed files with 77 additions and 5 deletions

View File

@@ -1 +1,3 @@
export const PAGE_SIZE = 15;
export const MAX_STEPS_DEFAULT = 10;