We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7742b commit a15f75aCopy full SHA for a15f75a
packages/app/src/app/pages/Sandbox/Editor/Workspace/Project/Keywords.tsx
@@ -8,10 +8,10 @@ import { useOvermind } from 'app/overmind';
8
9
import { Item } from './elements';
10
11
-type Props = {
+interface IKeywordsProps {
12
editable?: boolean;
13
};
14
-export const Keywords: FunctionComponent<Props> = ({ editable }) => {
+export const Keywords: FunctionComponent<IKeywordsProps> = ({ editable }) => {
15
const {
16
actions: {
17
workspace: { tagChanged, tagsChanged },
0 commit comments