Commit 5b0086f4 authored by S-Nathalia's avatar S-Nathalia
Browse files

Merge branch 'master' of github.com:lmtsufape/submeta

parents 9b0b92df 2e3ac861
......@@ -46,7 +46,6 @@ class HomeController extends Controller
}
else if (Auth::user()->avaliadors != null) {
$flagAvalRelatorio = count(AvaliacaoRelatorio::where('user_id',Auth::user()->id )->get());
dd($flagAvalRelatorio);
return view('avaliador.index', compact('flagAvalRelatorio'));
}
else if (Auth::user()->participantes != null) {
......
......@@ -836,7 +836,7 @@
<!-- Modal -->
<div class="modal fade" id="avaliadorModalCenter" data-bs-backdrop="static"
data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel"
aria-hidden="true" style="overflow-y: hidden">
aria-hidden="true" style="overflow-y: auto">
<div class="modal-dialog modal-dialog-centered modal-xl" role="document">
<div class="modal-content modal-submeta modal-xl">
<div class="modal-header modal-header-submeta">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment