Skip to content

Commit

Permalink
Update ExperimentListing.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-windsors committed Dec 16, 2024
1 parent a269382 commit cd2b12c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const ExperimentListing = ({ projectData: projectData, onCopyExperiment,
<button type="button"
className='inline-flex items-center justify-center px-4 py-2 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 xl:w-full'
onClick={() => {
onDeleteExperiment(project.expId);
openDeleteModal();
}}>
Delete Experiment
</button> :
Expand Down

0 comments on commit cd2b12c

Please sign in to comment.