fix: missing translations for apps / integrations #438 (#674)

* fix: missing translations for apps / integrations #438

* chore: remove unnecessary property from integration new dropdown
This commit is contained in:
Meier Lukas
2024-06-16 22:10:17 +02:00
committed by GitHub
parent e957c6b601
commit f358c33bd3
5 changed files with 26 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ export const IconPicker = ({ initialValue, onChange, error, onFocus, onBlur }: I
rightSectionPointerEvents="none"
withAsterisk
error={error}
label="Icon URL"
label={t("iconPicker.label")}
/>
</Combobox.Target>