Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Jan 28, 2025
1 parent b9bb619 commit 52a9cc8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const TeamApis = () => {
const schema = versions.length > 2 && api.isDefault ? { ...confirm, ...next } : { ...confirm }
const automaticNextCurrentVersion = versions.length === 2 ? versions.filter(v => v !== api.currentVersion)[0] : undefined

//fixme: refresh le tableau apres suppression/update
return openFormModal({
title: translate('Confirm'),
description: <div className="alert alert-danger" role="alert">
Expand Down

0 comments on commit 52a9cc8

Please sign in to comment.