Skip to content

Commit

Permalink
rename component to CcliOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Jul 7, 2023
1 parent 51406ce commit b1ae5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/encryptable/ccli-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { action } from "@ember/object";
import { inject as service } from "@ember/service";
import Component from "@glimmer/component";

export default class Form extends Component {
export default class CcliOptions extends Component {
@service notify;
@service clipboardService;
@service intl;
Expand Down

0 comments on commit b1ae5b9

Please sign in to comment.