[FIX] PMS: Close button for employee objective creation

This commit is contained in:
Horilla
2024-07-19 14:06:05 +05:30
parent 8bb8608406
commit 28f7573a16

View File

@@ -5,7 +5,7 @@
<h2 class="oh-modal__dialog-title" >
{% trans "Create Employee Objective" %}
</h2>
<button type="button" class=" oh-modal__close--custom" onclick="$('#objectDetailsModal').removeClass('oh-modal--show');">
<button type="button" class=" oh-modal__close--custom" onclick="$('#objectCreateModal').removeClass('oh-modal--show');">
<ion-icon name="close-outline" role="img" aria-label="close outline"></ion-icon>
</button>
</div>