Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Isolate Apps to disable them whenever needed #7376

Merged
merged 7 commits into from
Feb 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test
  • Loading branch information
larkox committed Feb 10, 2021
commit bec4d8f36a14d40fb0e58f315649989a40477945
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ exports[`plugins/ChannelHeaderPlug should match snapshot with no extended compon
}
}
appBindings={Array []}
appsEnabled={false}
channel={Object {}}
channelMember={Object {}}
components={Array []}
appsEnabled={false}
theme={Object {}}
/>
`;
Expand All @@ -24,6 +24,7 @@ exports[`plugins/ChannelHeaderPlug should match snapshot with one extended compo
}
}
appBindings={Array []}
appsEnabled={false}
channel={Object {}}
channelMember={Object {}}
components={
Expand All @@ -40,7 +41,6 @@ exports[`plugins/ChannelHeaderPlug should match snapshot with one extended compo
},
]
}
appsEnabled={false}
theme={Object {}}
>
<HeaderIconWrapper
Expand Down Expand Up @@ -128,6 +128,7 @@ exports[`plugins/ChannelHeaderPlug should match snapshot with six extended compo
}
}
appBindings={Array []}
appsEnabled={false}
channel={Object {}}
channelMember={Object {}}
components={
Expand Down Expand Up @@ -194,7 +195,6 @@ exports[`plugins/ChannelHeaderPlug should match snapshot with six extended compo
},
]
}
appsEnabled={false}
theme={Object {}}
>
<div
Expand Down