Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce request group settings (name, description, and move/copy) #3350

Merged
merged 12 commits into from
Jun 25, 2021
Merged
Prev Previous commit
Next Next commit
add line break
  • Loading branch information
develohpanda committed Jun 21, 2021
commit eab9818309d25581fe70bd8f9412f3d78878e5f8
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ class RequestGroupSettingsModal extends React.PureComponent<Props, State> {
</label>
</div>
{this._renderDescription()}
<hr />
{this._renderMoveCopy()}
</div>
);
Expand Down