Skip to content

Commit

Permalink
Update apps/autonolas-registry/components/ListServices/helpers/Regist…
Browse files Browse the repository at this point in the history
…erForm.jsx

Co-authored-by: Oaksprout <[email protected]>
  • Loading branch information
mohandast52 and oaksprout authored Sep 2, 2024
1 parent 36e016c commit 3a21b55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ const RegisterForm = ({
if (!isEqual(agentIdsArray, sortBy(agentIdsArray))) {
return Promise.reject(
new Error(
'Please input a sorted agent Ids and update the slots and bonds accordingly',
'Agent IDs should be sorted from low to high.',
),
);
}
Expand Down

0 comments on commit 3a21b55

Please sign in to comment.