Skip to content

Conversation

@opoliarush
Copy link
Contributor

No description provided.

Comment on lines 12 to 13
const scope = useGlobalStore().scope;
const environments = useGlobalStore().environments;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const scope = useGlobalStore().scope;
const environments = useGlobalStore().environments;
const { scope, environments } = useGlobalStore();

Comment on lines 12 to 13
const scope = useGlobalStore().scope;
const environments = useGlobalStore().environments;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const scope = useGlobalStore().scope;
const environments = useGlobalStore().environments;
const { scope, environments } = useGlobalStore();

Comment on lines 78 to 79
const scope = useGlobalStore().scope;
const environments = useGlobalStore().environments;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const scope = useGlobalStore().scope;
const environments = useGlobalStore().environments;
const { scope, environments } = useGlobalStore();

Comment on lines 12 to 13
const scope = useGlobalStore().scope;
const environments = useGlobalStore().environments;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const scope = useGlobalStore().scope;
const environments = useGlobalStore().environments;
const { scope, environments } = useGlobalStore();

opoliarush and others added 8 commits August 30, 2024 15:14
Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
kshmidt-digma
kshmidt-digma previously approved these changes Aug 30, 2024
@opoliarush opoliarush merged commit 06c9ed5 into main Aug 30, 2024
@opoliarush opoliarush deleted the feature/merge-store branch August 30, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants