Skip to content

Commit

Permalink
Merge pull request #2 from stc-community/feat-iot-2023.08.02
Browse files Browse the repository at this point in the history
Allow create event
  • Loading branch information
rovast committed Aug 31, 2023
2 parents 71349a8 + a8d41ff commit 45643ba
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 45643ba

Please sign in to comment.