Skip to content

Commit

Permalink
refactor: Update @farmfe/core to version 1.3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloento committed Oct 16, 2024
1 parent 91f2087 commit d819fc7
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 50 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.3.28",
"@farmfe/core": "1.3.27",
"@farmfe/js-plugin-postcss": "^1.8.1",
"@farmfe/plugin-react": "^1.2.4",
"@types/lodash": "^4.17.10",
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion src/Components/Event/EventEditor.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ScaleButton, ScaleIconActionEdit, ScaleModal } from "@telekom/scale-components-react";
import { ScaleButton, ScaleIconActionEdit, ScaleModal, ScaleTextField } from "@telekom/scale-components-react";
import { useBoolean } from "ahooks";
import { Models } from "~/Services/Status.Models";

Expand All @@ -23,6 +23,12 @@ export function EventEditor({ Event }: { Event: Models.IEvent }) {
size="small"
class="absolute"
>
<ScaleTextField
inputAutocomplete="off"
class="w-full"
placeholder="Please give the title of event"
required
/>

</ScaleModal>
</>;
Expand Down

0 comments on commit d819fc7

Please sign in to comment.