Skip to content

Commit

Permalink
[B] Refresh feSubjects after create
Browse files Browse the repository at this point in the history
  • Loading branch information
1aurend committed Dec 18, 2024
1 parent 206defd commit 527782e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/backend/containers/settings/subjects/New.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ export class SettingsSubjectsNewContainer extends PureComponent {
name="backend-create-subject"
update={subjectsAPI.update}
create={subjectsAPI.create}
options={{ adds: requests.beSubjects }}
options={{
adds: requests.beSubjects,
refreshes: requests.feSubjects
}}
onSuccess={this.handleSuccess}
className="form-secondary"
>
Expand Down

0 comments on commit 527782e

Please sign in to comment.