[FIX] PMS: Close button for employee objective creation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user