fix: use workspace name

This commit is contained in:
əlemi 2024-09-16 18:27:37 +02:00
parent bbc86f3ac4
commit 1ef6d1d2c4
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -62,7 +62,7 @@ local connected_actions = {
invite = function(user) invite = function(user)
local ws local ws
if session.workspace ~= nil then if session.workspace ~= nil then
ws = session.workspace ws = session.workspace.name
else else
ws = vim.fn.input("workspace > ", "") ws = vim.fn.input("workspace > ", "")
end end