Skip to content

Commit

Permalink
Allow create event
Browse files Browse the repository at this point in the history
Signed-off-by: rovast <rovast@163.com>
  • Loading branch information
rovast committed Aug 31, 2023
1 parent 867a2c1 commit a8d41ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/IgntCrud.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ const disableCreate = computed<boolean>(() => {
return condition1 || !!state.items.length;
}
if (from === "eventpb") {
return true;
}
// if (from === "eventpb") {
// return true;
// }
return condition1;
});
Expand Down

0 comments on commit a8d41ff

Please sign in to comment.