File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
storage/framework/defaults/views/dashboard/marketing/campaigns Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ const getCampaignTypeColor = (type: string): string => {
825
825
<div v-else class =" i-hugeicons-arrow-down-01 h-4 w-4" ></div >
826
826
</span >
827
827
</button >
828
- <button
828
+ <!-- < button
829
829
@click="toggleSort('budget')"
830
830
class="mr-3 flex items-center hover:text-gray-700 dark:hover:text-gray-300"
831
831
:class="{ 'font-semibold text-blue-600 dark:text-blue-400': sortBy === 'budget' }"
@@ -835,7 +835,7 @@ const getCampaignTypeColor = (type: string): string => {
835
835
<div v-if="sortOrder === 'asc'" class="i-hugeicons-arrow-up-01 h-4 w-4"></div>
836
836
<div v-else class="i-hugeicons-arrow-down-01 h-4 w-4"></div>
837
837
</span>
838
- </button >
838
+ </button> -->
839
839
<button
840
840
@click =" toggleSort('goalProgress')"
841
841
class =" flex items-center hover:text-gray-700 dark:hover:text-gray-300"
You can’t perform that action at this time.
0 commit comments