Cleanup: Remove unused class from TasksTable
There is no styling for that class so remove it to avoid confusion.
This commit is contained in:
parent
c082f4389b
commit
ba0116c589
@ -6,12 +6,11 @@
|
||||
:activeStatuses="shownStatuses"
|
||||
@click="toggleStatusFilter"
|
||||
/>
|
||||
<div class="tabulator-container">
|
||||
<div>
|
||||
<div class="task-list with-clickable-row" id="flamenco_task_list"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script lang="js">
|
||||
import { TabulatorFull as Tabulator } from 'tabulator-tables';
|
||||
import * as datetime from "@/datetime";
|
||||
|
Loading…
x
Reference in New Issue
Block a user