fix: default for collaborators set to 1 and added dev tag#820
Conversation
Hey @nischal-shetty2! Nice! Thanks for the contribution! One additional change request is to only apply this when the app is in "dev mode" (as stated in the linked issue). |
Sure i can do that right away! |
This is my first contribution to this repo, and even though it's a small one, I'm glad to start somewhere. |
@nischal-shetty2 I do not think the "dev" tag is needed, because this feature is also available in production. Should it be removed? What do you think? Also, can we use |
@theborakompanioni yes, if this is the case in production as well then its definitely not required! I think it would be best not to show the dev tag
on it! |
|
@theborakompanioni made the changes, could you review it now! |
Made some small changes move the dependency on Can you review the changes and verify they work properly on your side as well? Start once with |
tested it locally on both dev as well as prod and works perfectly! This can be merged now if everything is good! @theborakompanioni although i noticed one more thing unrelated to this issue, on the |
💪
This should change to something meaningful as soon as you input an amount! |
yes yes got it, my bad i didnt input the amount field |


Fixes #780
previously the default number of collaborators was randomised between 8-10, which would cause the collaboration transaction to fail. This PR fixes this issue by setting the default value of collaborations to 1 and adds a dev tag as a visual hint.
now if we directly send with 1 collaborator selected by default the transaction succeeds as expected.
Screen.Recording.2024-08-21.at.11.26.52.PM.mov