Skip to content

Commit

Permalink
rename component to CcliOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi authored and MarcEgliP committed Jul 21, 2023
1 parent d6ac1aa commit ca16937
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 ca16937

Please sign in to comment.