Skip to content

Commit 6754834

Browse files
committed
chore: wip
1 parent e4cd885 commit 6754834

File tree

1 file changed

+2
-2
lines changed
  • storage/framework/defaults/views/dashboard/marketing/campaigns

1 file changed

+2
-2
lines changed

storage/framework/defaults/views/dashboard/marketing/campaigns/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ const getCampaignTypeColor = (type: string): string => {
825825
<div v-else class="i-hugeicons-arrow-down-01 h-4 w-4"></div>
826826
</span>
827827
</button>
828-
<button
828+
<!-- <button
829829
@click="toggleSort('budget')"
830830
class="mr-3 flex items-center hover:text-gray-700 dark:hover:text-gray-300"
831831
:class="{ 'font-semibold text-blue-600 dark:text-blue-400': sortBy === 'budget' }"
@@ -835,7 +835,7 @@ const getCampaignTypeColor = (type: string): string => {
835835
<div v-if="sortOrder === 'asc'" class="i-hugeicons-arrow-up-01 h-4 w-4"></div>
836836
<div v-else class="i-hugeicons-arrow-down-01 h-4 w-4"></div>
837837
</span>
838-
</button>
838+
</button> -->
839839
<button
840840
@click="toggleSort('goalProgress')"
841841
class="flex items-center hover:text-gray-700 dark:hover:text-gray-300"

0 commit comments

Comments
 (0)