mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-09 19:42:44 +00:00
emoji icon removed
This commit is contained in:
parent
4849edf9d4
commit
c6becb5754
1 changed files with 1 additions and 1 deletions
|
|
@ -1214,7 +1214,7 @@
|
|||
<div class="scheduler-empty"
|
||||
x-show="!isLoading && filteredTasks.length === 0"
|
||||
x-effect="$el.style.display = (!isLoading && filteredTasks.length === 0) ? '' : 'none'">
|
||||
<div class="scheduler-empty-icon">📋</div>
|
||||
<!-- <div class="scheduler-empty-icon">📋</div> -->
|
||||
<div class="scheduler-empty-text">No tasks found</div>
|
||||
<button class="btn btn-ok" @click="startCreateTask()">Create your first task</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue