Skip to content

Commit

Permalink
Merge pull request #282 from xtreme1-io/main
Browse files Browse the repository at this point in the history
Sync with main
  • Loading branch information
jaggerwang authored Sep 6, 2024
2 parents 973a521 + c267c61 commit ca21007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pc-tool/src/components/Header/useHeader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default function useHeader() {
bsState.submitting = true;
try {
if (isSeriesFrame) {
editor.saveObject(frames, true);
await editor.saveObject(frames, true);
await api.submitData(seriesFrameId ?? '');
// await updateDataStatus(frames);
unlockData();
Expand Down

0 comments on commit ca21007

Please sign in to comment.