Skip to content

Commit

Permalink
custom-fields: replace Cancel with Close btn in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Feb 6, 2025
1 parent af316bb commit cfefc0c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import React, { Component } from "react";
import { RemoveField } from "./RemoveField";
import { ListAndFilterCustomFields } from "./ListAndFilterCustomFields";
import { importWidget } from "../loader";

import { Button, Icon, Modal } from "semantic-ui-react";

import PropTypes from "prop-types";
Expand Down Expand Up @@ -143,9 +142,8 @@ export class AddDiscoverableFieldsModal extends Component {
<Button
onClick={this.handleCancel}
floated="left"
icon="cancel"
labelPosition="left"
content="Cancel"
content="Close"
/>
<Button
icon
Expand Down

0 comments on commit cfefc0c

Please sign in to comment.