forked from github/plane
formatting
This commit is contained in:
parent
b0a383c457
commit
b96917a9f4
@ -42,8 +42,8 @@ export const PeekOverviewIssueDetails: FC<IPeekOverviewIssueDetails> = (props) =
|
||||
const [characterLimit, setCharacterLimit] = useState(false);
|
||||
|
||||
// hooks
|
||||
const editorSuggestions = useEditorSuggestions();
|
||||
const { setShowAlert } = useReloadConfirmations();
|
||||
const editorSuggestions = useEditorSuggestions();
|
||||
|
||||
const {
|
||||
handleSubmit,
|
||||
|
@ -85,8 +85,8 @@ export class ProjectIssuesStore extends IssueBaseStore implements IProjectIssues
|
||||
});
|
||||
}
|
||||
|
||||
setIsSubmitting = (value: "submitting" | "submitted" | "saved") => {
|
||||
this.isSubmitting = value;
|
||||
setIsSubmitting = (status: TIssueUpdateStatus) => {
|
||||
this.isSubmitting = status;
|
||||
};
|
||||
|
||||
get getIssues() {
|
||||
|
Loading…
Reference in New Issue
Block a user