mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-21 23:14:54 +01:00
fix: use workspace name
This commit is contained in:
parent
bbc86f3ac4
commit
1ef6d1d2c4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ local connected_actions = {
|
|||
invite = function(user)
|
||||
local ws
|
||||
if session.workspace ~= nil then
|
||||
ws = session.workspace
|
||||
ws = session.workspace.name
|
||||
else
|
||||
ws = vim.fn.input("workspace > ", "")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue