mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update
This commit is contained in:
parent
36b2b4c0f5
commit
6cd905ebf9
2 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "Wiki and knowledge base for teams",
|
"en": "Wiki and knowledge base for teams",
|
||||||
"fr": "Wiki et base de connaissances pour les équipes"
|
"fr": "Wiki et base de connaissances pour les équipes"
|
||||||
},
|
},
|
||||||
"version": "0.68.4~ynh1",
|
"version": "0.68.5~ynh1",
|
||||||
"url": "www.getoutline.com",
|
"url": "www.getoutline.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "BUSL-1.1",
|
"license": "BUSL-1.1",
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
diff --git a/app/scenes/Settings/Features.tsx b/app/scenes/Settings/Features.tsx
|
diff --git a/app/scenes/Settings/Features.tsx b/app/scenes/Settings/Features.tsx
|
||||||
index 4fe94b044..0218d19a6 100644
|
index 4fe94b044..5fd14def3 100644
|
||||||
--- a/app/scenes/Settings/Features.tsx
|
--- a/app/scenes/Settings/Features.tsx
|
||||||
+++ b/app/scenes/Settings/Features.tsx
|
+++ b/app/scenes/Settings/Features.tsx
|
||||||
@@ -11,6 +11,7 @@ import useCurrentTeam from "~/hooks/useCurrentTeam";
|
@@ -11,6 +11,8 @@ import useCurrentTeam from "~/hooks/useCurrentTeam";
|
||||||
import useStores from "~/hooks/useStores";
|
import useStores from "~/hooks/useStores";
|
||||||
import useToasts from "~/hooks/useToasts";
|
import useToasts from "~/hooks/useToasts";
|
||||||
import SettingRow from "./components/SettingRow";
|
import SettingRow from "./components/SettingRow";
|
||||||
+import Flex from "~/components/Flex";
|
+import Flex from "~/components/Flex";
|
||||||
|
+import Badge from "~/components/Badge";
|
||||||
|
|
||||||
function Features() {
|
function Features() {
|
||||||
const { auth } = useStores();
|
const { auth } = useStores();
|
||||||
@@ -57,7 +58,7 @@ function Features() {
|
@@ -57,7 +59,7 @@ function Features() {
|
||||||
/>
|
/>
|
||||||
</SettingRow>
|
</SettingRow>
|
||||||
)}
|
)}
|
||||||
|
@ -19,7 +20,7 @@ index 4fe94b044..0218d19a6 100644
|
||||||
name={TeamPreference.Commenting}
|
name={TeamPreference.Commenting}
|
||||||
label={
|
label={
|
||||||
<Flex align="center">
|
<Flex align="center">
|
||||||
@@ -75,7 +76,7 @@ function Features() {
|
@@ -75,7 +77,7 @@ function Features() {
|
||||||
disabled={!team.collaborativeEditing}
|
disabled={!team.collaborativeEditing}
|
||||||
onChange={handlePreferenceChange}
|
onChange={handlePreferenceChange}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue