Skip to content

Commit

Permalink
Merge pull request #79 from ES2-UFPI/criar-interface-busca-#32
Browse files Browse the repository at this point in the history
Criar interface busca #32
  • Loading branch information
wesleyvitor11000 authored Mar 28, 2023
2 parents 352ac2b + 050e588 commit 35980b1
Show file tree
Hide file tree
Showing 15 changed files with 1,020 additions and 1,013 deletions.
2 changes: 1 addition & 1 deletion src/SearchEngine/infrastructure/message_bus.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from framework.infrastructure.connection_util import get_message_bus
from ..application.handlers import SE_COMMAND_HANDLER_MAPPER, SE_EVENT_HANDLER_MAPPER
from ..application.unit_of_work import SQLAlchemyUnitOfWork
from ..application.unit_of_work import SQLAlchemyUnitOfWork, MockUnitOfWork

__all__ = ["se_message_bus"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ function CadastroComp({ componente, editar }: Props) {
isClosable: true,
});
});
router.push("/listar-componente");
};

return (
Expand Down
Loading

0 comments on commit 35980b1

Please sign in to comment.