jscheffl commented on code in PR #45238:
URL: https://github.com/apache/airflow/pull/45238#discussion_r1898737964
##########
airflow/ui/src/pages/Variables/Variables.tsx:
##########
@@ -58,7 +58,7 @@ const columns: Array<ColumnDef<VariableResponse>> = [
cell: ({ row: { original } }) => (
<Flex justifyContent="end">
<EditVariableButton editKey={original.key} />
- <DeleteVariableButton deleteKey={original.key} />
+ <DeleteVariableModal deleteKey={original.key} />
Review Comment:
So meaning: Rename `DeleteVariableModal` to `DeleteVariableButton` and just
have the modal in the button code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]