Skip to content

Commit dd67d45

Browse files
Laurie T. MalauAndrew Farries
Laurie T. Malau
and
Andrew Farries
authored
Update components/dashboard/src/feedback-form/FeedbackComponent.tsx
Co-authored-by: Andrew Farries <[email protected]>
1 parent 6887607 commit dd67d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/feedback-form/FeedbackComponent.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ function FeedbackComponent(props: {
1818
isError: boolean;
1919
message?: string;
2020
initialSize?: number;
21-
error_object?: StartWorkspaceError;
22-
error_message?: string;
21+
errorObject?: StartWorkspaceError;
22+
errorMessage?: string;
2323
}) {
2424
const [text, setText] = useState<string>("");
2525
const [selectedEmoji, setSelectedEmoji] = useState<number | undefined>();

0 commit comments

Comments
 (0)