mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	fix placeholder
This commit is contained in:
		| @ -119,11 +119,11 @@ | ||||
|         <template #cell-actions="{ row }"> | ||||
|           <BaseDropdown> | ||||
|             <template #activator> | ||||
|               <BaseIcon name="DotsHorizontalIcon" class="h-5 text-gray-500" /> | ||||
|               <BaseIcon name="DotsHorizontalIcon" class="h-5 text-gray-500 dark:text-gray-200" /> | ||||
|             </template> | ||||
|             <router-link :to="`estimates/${row.data.id}/view`"> | ||||
|               <BaseDropdownItem> | ||||
|                 <BaseIcon name="EyeIcon" class="h-5 mr-3 text-gray-600" /> | ||||
|                 <BaseIcon name="EyeIcon" class="h-5 mr-3 text-gray-600 dark:text-gray-200" /> | ||||
|                 {{ $t('general.view') }} | ||||
|               </BaseDropdownItem> | ||||
|             </router-link> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user