Skip to content

Commit

Permalink
chore: prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 11, 2024
1 parent 031b794 commit 41e73c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ export const actions: Actions = {
});
}
};

Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
// Data
title: safeTranslate('add-' + data.model.localName)
};
if (
checkConstraints(
data.createForm.constraints, data.model.foreignKeys).length > 0
) {
if (checkConstraints(data.createForm.constraints, data.model.foreignKeys).length > 0) {
modalComponent = {
ref: MissingConstraintsModal
};
Expand Down

0 comments on commit 41e73c8

Please sign in to comment.