Raphaël Bosi
2025-03-04 17:27:14 +01:00
committed by GitHub
parent d6171c66df
commit 9da973592d
28 changed files with 360 additions and 32 deletions

View File

@ -85,7 +85,7 @@ export const SettingsServerlessFunctionSettingsTab = ({
</>
}
onConfirmClick={deleteFunction}
deleteButtonText="Delete function"
confirmButtonText="Delete function"
/>
</>
);